Property |
Description |
AutoPostBack |
A Boolean value that specifies whether the form should be posted immediately after the Checked property has changed or not. Default is false |
Checked |
A Boolean value that specifies whether the check box is checked or not |
id |
A unique id for the control |
OnCheckedChanged |
The name of the function to be executed when the Checked property has changed |
runat |
Specifies that the control is a server control. Must be set to "server" |
Text |
The text next to the check box |
TextAlign |
On which side of the check box the text should appear (right or left) |