aspnet-js-aspxclientcheckbox.md
Represents the client-side equivalent of the ASPxCheckBox control.
declare class ASPxClientCheckBox extends ASPxClientEdit
In addition to the common functionality inherited from its ancestors, the ASPxClientCheckBox object allows you to manipulate its checked state (ASPxClientCheckBox.GetChecked, ASPxClientCheckBox.SetChecked) and respond to the state changes (ASPxClientCheckBox.CheckedChanged).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientCheckBox ASPxClientRadioButton
See Also