Help for this page

Select Code to Download


  1. or download this
    radio_group(-name=>'group_name',
                -values=>['eenie','meenie','minie'],
    ...
                -linebreak=>'true',
                -labels=>\%labels,
                -attributes=>\%attributes);
    
  2. or download this
    All modern browsers can take advantage of the optional parameters -row
    +s, and -columns. These parameters cause radio_group() to return an HT
    +ML3 compatible table containing the radio group formatted with the sp
    +ecified number of rows and columns. You can provide just the -columns
    + parameter if you wish; radio_group will calculate the correct number
    + of rows for you.