info

Radio button examples: without default value, with a default value and a modified tabular layout.

form

inputRadio
inputRadio
with a default value
inputRadio
with tabular layout

click here
to see how
easy it is to
create it!
   

data

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',
)