Radio element.
create a radio element:
parameter:
text - identifier.
checked - if true element will be marked.
name - optional. Its highly recommended to use unique identifiers to avoid side effects.
group - optional. Sets a group name. Its highly recommended to use unique identifiers to avoid side effects. Default group if not set.
example:
$myRadio = $ippfp->createRadio("checkme",false,"","myradiogroup");