Click or drag to resize

CheckBoxIHandlerChecked 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: NullableBoolean
The checked value
Remarks
When ThreeState is true, null signifies an indeterminate value.
See Also