Inheritance diagram for FormControlCheckbox:
Collaboration diagram for FormControlCheckbox:Public Member Functions | |
| __get ($name) | |
A checkbox control based on FormControl for output via a FormUI.
Definition at line 1886 of file formui.php.
| FormControlCheckbox::__get | ( | $ | name | ) |
Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.
| string | $name The name of the property |
Reimplemented from FormControl.
Definition at line 1895 of file formui.php.
1.7.1