NAME

Tk::QuickForm::CBooleanItem - Checkbutton widget for Tk::QuickForm.

SYNOPSIS

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

DESCRIPTION

Inherits Tk::QuickForm::CBaseClass. Provides a Checkbutton field 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::Checkbutton are available.

Switch -disables

Specify a list of fields and notebook pages that should be disabled when the checkbutton is on.

Switch -enables

Specify a list of fields and notebook pages that should be enabled when the checkbutton is on.

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::Checkbutton
Tk::QuickForm
Tk::QuickForm::CBaseClass