Use this Property inspector to set the properties of the form control.
For more information on ASP.NET CheckBox properties, see the documentation on the Microsoft website at http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconcheckboxwebservercontrol.asp.
You can let the server determine whether the CheckBox control is selected. At runtime, the server compares a value you specified to a value in a DataSet. If the values match, then the server selects the checkbox.
For instructions, click the Help button in the dialog box.