BootstrapClientCheckBox.GetChecked Method
In This Article
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