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.
$checked
Whether the field is checked or not
throws no exceptions thrown
see getChecked().
since 1.0
This function can not be called statically.