Help for this page
radio_group(-name=>'group_name', -values=>['eenie','meenie','minie'], ... -linebreak=>'true', -labels=>\%labels, -attributes=>\%attributes);
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.