Radio button examples: without default value, with a default value and a modified tabular layout.
Below are the dumps of some PHP variables - submit the form to see the changes!
Contents of the $_POST array:
$_POST = array (
)
Results of a $clonefish->getElementValues() call: array ( 'inputRadio1' => NULL, 'inputRadio2' => 0, 'inputRadio3' => 0, 'id' => 'inputradio', )