Represents a customizable checkbox.
The following tables list the members exposed by the CheckBox type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the CheckBox class. |
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various DOM elements, part of the control's structure |
Name | Description | |
---|---|---|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether the control will post back to the server when the state has changed. |
|
![]() |
Gets the checked state of the control. |
|
![]() |
Gets the display type of the control. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Gets a value indicating which CheckBox controls are mutually exclusive. |
|
![]() |
Gets the checked state of the control. |
|
![]() |
Gets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets a value indicating whether the control supports indeterminate state. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the control for a subsequent postback. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the state has changed. |
|
![]() |
Sets the checked state of the control. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets the checked state of the control. |
|
![]() |
Sets a value indicating whether the control should submit the form on pressing the Enter key. |
|
![]() |
Toggles the checked state of the control. |