Click or drag to resize

CheckBox.IHandler.Checked Property

Gets or sets the checked state

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Nullable<bool> Checked { get; set; }

Property Value

Type: Nullable<Boolean>
The checked value
Remarks
When ThreeState is true, null signifies an indeterminate value.
See Also