Caption | The caption of the check box. |
Checked | Indicates whether the check box is selected. |
DataBind | The DataBind object tied to this item. |
Item | The item properties of the check box. You can get the item that specifics the check box, and set the item properties if necessary. |
ValOff | The data source value when the item is not selected.
Setting the data source with this value deselects the checkbox. If the checkbox is deselected by the user, the data source is set with this value. |
ValOn | The data source value when the item is selected.
Setting the data source with this value selects the checkbox. If the checkbox is selected by the user, the data source is set with this value. |