Inheritance diagram for CheckboxField:

A single checkbox
Definition at line 8 of file checkbox-field.inc.php.
Public Member Functions | |
| __construct ($name, Form &$parentForm, array $attribs=array()) | |
| Constructor. | |
| drawInput () | |
| Draw the field. | |
| validate () | |
| Validate the field. | |
Protected Attributes | |
| $label = '' | |
|
||||||||||||||||
|
Constructor.
Reimplemented from AbstractField. Definition at line 12 of file checkbox-field.inc.php. |
|
|
Draw the field.
Implements Field. Definition at line 34 of file checkbox-field.inc.php. References AbstractField::extrasAsAttributes(). |
|
|
Validate the field.
Reimplemented from AbstractField. Definition at line 48 of file checkbox-field.inc.php. |
|
|
Definition at line 10 of file checkbox-field.inc.php. |
1.3.9.1