HTML_QuickForm_radio::setChecked()
HTML_QuickForm_radio::setChecked() -- Sets whether radio button is checked
概要
require_once 'HTML/QuickForm/radio.php'; |
void HTML_QuickForm_radio::setChecked (bool $checked)
パラメータ
- boolean
$checked
Whether the field is checked or not
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。