ASPxClientCheckBox.SetChecked(isChecked) Method
In This Article
Sets a value which specifies the checked status of the check box editor.
#Declaration
TypeScript
SetChecked(
isChecked: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
is |
boolean |
|
See Also