Any HTML_Quickform (3.2.3) users know how to set a radio button to
checked. The following method call works with checkbox but not a radio
button.
$test =&
HTML_Quickform::createElement('radio',null,null,'Enabled','true');
$test->setChecked('true');