The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::RadioButton - a radio button

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Input -> IWL::Checkbox -> IWL::RadioButton

DESCRIPTION

The radio button provides a radio button most commonly used in forms.

CONSTRUCTOR

IWL::RadioButton->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

checked

Set to true if the check button should be checked on default

label

Set the label of the checkbutton

METHODS

setGroup (NAME)

Sets the radio button to the name of the given group. This is an alias to the setName method, since html doesn\'t have groups.

Parameter: NAME - the name of the group

applyState (STATE)

Update the input element according to the IWL::Stash STATE object. The STATE will get modified, i.e. the "used" element will be shifted from the according slot (name attribute) of the state.

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 115:

You forgot a '=back' before '=head1'