ASPxClientCheckBox Class
Represents the client-side equivalent of the ASPxCheckBox control.
#Declaration
declare class ASPxClientCheckBox extends ASPxClientEdit
#Remarks
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 ASPxtrue
or any client event is handled.