Checkbox

Allows the visitor to select any from a series of options:

It provides the following parameters:

Parameter What it means
Name The parameter name used to identify the checkbox to the form script. Each checkbox on a form should be given a unique name.
Value The value sent to the form script when the control is checked.
Text The label for the checkbox.
Checked The default state of the checkbox.

Contents