Definition at line 1524 of file controls.php.
Public Member Functions | |
CheckboxInput ($value, $label=null, $control_name=null) | |
The CheckboxInput constructor. | |
submitsMultipleValues () | |
Check whether this control submits multiple values. | |
toString () | |
Get a human readable string representation of the element. | |
_processPOSTED ($post) | |
Process a HTTPD POSTed value. |
|
The CheckboxInput constructor.
Definition at line 1532 of file controls.php. |
|
Process a HTTPD POSTed value. The POSTed value is processed and set as the value of the current control.
Reimplemented from ControlElement. Definition at line 1561 of file controls.php. |
|
Check whether this control submits multiple values. A control that submits multiple values is a control such as a checkbox or multiple select.
Reimplemented from ControlElement. Definition at line 1542 of file controls.php. |
|
Get a human readable string representation of the element.
Reimplemented from CheckedInput. Definition at line 1551 of file controls.php. |