require_once 'HTML/QuickForm/checkbox.php';
void HTML_QuickForm_checkbox::setChecked (bool $checked)
void HTML_QuickForm_checkbox::setChecked
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.