Skip to main content

BootstrapClientCheckBox.GetChecked Method

Returns a value indicating whether the check box editor is checked.

#Declaration

TypeScript
GetChecked(): boolean

#Returns

Type Description
boolean

true if the check box is checked; otherwise, false.

#Remarks

Use the GetChecked method on the client side to determine the checked status of the check box editor.

See Also