require_once 'HTML/QuickForm/checkbox.php';
bool HTML_QuickForm_checkbox::getChecked ()
bool HTML_QuickForm_checkbox::getChecked
Returns TRUE if checkbox has a "checked" attribute, FALSE otherwise. getValue() is an alias for this method. Thus the only value checkbox element can have in QuickForm is TRUE.
throws no exceptions thrown
see setChecked().
since 1.0
Cette fonction ne peut pas être appelée de façon statique.