in reply to Re^2: Spacing out the radio button in CGI.pm
in thread Spacing out the radio button in CGI.pm

Then let's do this instead.

radio_group(-name => "analysis", -multiple => 1, -values => [ "Light", + "Medium", "Full" ], -labels => {"Light", " Light ", "Medium", " Medi +um ", "Full", " Full "})