AccessKey: specify a key that navigates to the TextBox control.
AutoPostBack: post the form containing the CheckBox back to the server automatically when the CheckBox is checked or unchecked.
Checked: get or set whether the CheckBox is checked.
Enabled: disable the TextBox.
TabIndex: specify the tab order of the check box.
Text: provide a label for the check box.
TextAlign: align the label for the check box. Possible values are Left and Right.
Focus: set the initial form focus to the check box.
CheckedChanged: Raised on the server when the check box is checked or unchecked.
<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Show CheckBox