README
Todo List
htmlElement | --htmlRadio
htmlRadio __construct( String $name, array $elements, [array $selectedElement = null])
Examples: $radio = new htmlRadio('myName', array('label1' => 'value1', 'label2' => 'value2'), array('value1'));
Overridden in child classes as:
array generateHTML( string $module, array $input, array $values, boolean $restricted, &$tabindex, string $scope, integer $tabindex)
void setIsEnabled( boolean $isEnabled)