HTML_QuickForm_radio::setChecked()

HTML_QuickForm_radio::setChecked() – Définit si le bouton radio est actif

Synopsis

require_once 'HTML/QuickForm/radio.php';

void HTML_QuickForm_radio::setChecked ( bool $checked )

Description

This package is not documented yet.

Parameter

boolean $checked

Si le champs est actif ou non

Throws

No exceptions thrown.

See

Voir getChecked().

Note

Disponible depuis la version 1.0.

This function can not be called statically.