Term::Stool::RaUseruContributed Perl DTerm::Stool::RadioButton(n) NAME Term::Stool::RadioButton - radio button widget DESCRIPTION Radio buttons are like check boxes except they exist in groups, and only one radio button in a group can checked at a time. Term::Stool::CheckBox is the parent of this class. FIELDS group A reference to an array containing all buttons in the group. Typically, this array is shared amoung all the radio buttons. METHODS init The left_side and right_side fields are changed to parens for radio buttons. groupadd Adds the passed radio buttons to the group. groupdel Removes the radio button from the group it was in. keypress Hitting space or enter turns the radio button on, and turns off all the rest in the group. AUTHOR Joey Hess <joey@kitenet.net> 2001-05-23 perl v5.6.1Term::Stool::RadioButton(n)