From http://www.w3schools.com (Copyright Refsnes Data)
Complete CheckBox Control Reference
The Checked property specifies whether or not a CheckBox control is checked.
By default a checkbox is not checked.
| <asp:CheckBox Checked="TRUE|FALSE" runat="server" /> |
ExampleThe following example validates when a checkbox is selected:
Show example » |
Complete CheckBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)