Lines Matching refs:radio
2416 # Create a list of logically-linked radio buttons.
2430 # An ARRAY containing a series of <input type="radio"> fields
2435 $self->_box_group('radio',@p);
2488 $checked{$values[0]}++ if $box_type eq 'radio' && !%checked;
2506 # for disabling groups of radio/checkbox buttons
2518 my $checkit = $self->_checked($box_type eq 'radio' ? ($checked{$_} && !$radio_checked++)
4479 radio button clusters and the like. To get around this warning, you
6052 textfields, popup menus, radio groups and other form elements. Each
6675 radio buttons receive focus when the user presses the tab button. If
6678 one. If given a reference to an array of radio button values, then
6681 hash in which the hash keys are the radio button values and the values
6772 radio_group() creates a set of logically-related radio buttons
6785 The second argument (-values) is the list of values for the radio
6806 array relating the radio button values to user-visible labels to be
6815 return an HTML3 compatible table containing the radio group formatted
6824 interpretation of the radio buttons -- they're still a single named
6828 radio buttons receive focus when the user presses the tab button. If
6831 one. If given a reference to an array of radio button values, then
6834 hash in which the hash keys are the radio button values and the values
6851 When the form is processed, the selected radio button can