CodeCharge Studio

Checkbox List Overview

HTML
<input type="checkbox" value="{Value}" name="{CheckBoxList1_Name}" {Check}>{Description}
Image

 

A Checkbox List is based on an HTML input of type checkbox. A Checkbox List control differs from the Checkbox control in that a CheckBox List can be rendered into multiple checkboxes based on the data source. For example, a Checkbox List could have a data source which contains a list of five projects in which case the control would render as shown below:

 

 

A Checkbox List is very much like a Listbox which contains multiple options for the user to select from. If a Checkbox List control is associated with a database column or database expression, the user can select only one value to be inserted or updated into the database.

See also:

Checkbox List Reference


On-line, printable versions and updates