checked property

CheckBoxControl.checked property

Gets or sets a boolean value indicating either this CheckBoxControl is checked or not. The default value is false.

get checked(): boolean

See Also