CodeCharge Studio

Checkbox List Overview

HTML

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

Image

Description

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 show:

A Checkbox List is very much like a Listbox with multiple options. If a Checkbox List control is associated with a database column, 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