NAME

Tk::QuickForm::CRadioItem - Array of Radiobuttons for Tk::QuickForm.

SYNOPSIS

require Tk::QuickForm::CRadioItem;
my $bool = $window->CRadioItem(@options)->pack;

DESCRIPTION

Inherits Tk::QuickForm::CBaseClass. Providess a row of Radiobuttons for Tk::QuickForm.

You should never create an instance directly like above. This should be handled by Tk::QuickForm.

OPTIONS

All options, except -variable, of Tk::Radiobutton are available.

Switch -disables

Specify a hash with keys of possible button values pointing to a list of fields and notebook pages that should be disabled when the value is selected.

Switch -enables

Specify a hash with keys of possible button values pointing to a list of fields and notebook pages that should be enabled when the value is selected.

Switch: -values

The list of possible values.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS

Unknown. If you find any, please contact the author.

SEE ALSO

Tk::Radiobutton
Tk::QuickForm
Tk::QuickForm::CBaseClass