HTML_QuickForm_radio::setChecked()

HTML_QuickForm_radio::setChecked() -- Sets whether radio button is checked

Synopsis

require_once 'HTML/QuickForm/radio.php';

void HTML_QuickForm_radio::setChecked (bool $checked)

Description

This package is not documented yet.

Parameter

boolean $checked

Whether the field is checked or not

Throws

throws no exceptions thrown

See

see getChecked().

Note

since 1.0

This function can not be called statically.