HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/checkbox.php'; |
void HTML_QuickForm_checkbox::setChecked (
bool $checked
)
This sets or removes the element's "checked" attribute based on $checked value. setValue() is an alias for this method.
Whether the field is checked or not
throws no exceptions thrown
see getChecked().
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |