BootstrapClientCheckBox.SetChecked(isChecked) Method
Sets a value which specifies the checked status of the check box editor.
Declaration
SetChecked(
isChecked: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| isChecked | boolean | true if the check box editor is checked; otherwise, false. |
See Also