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

NAME

Tk::FlatCheckbox - an alternative checkbutton implementation for perl/Tk

SYNOPSIS

    use Tk::FlatCheckbox;
    $mw->FlatCheckbox->pack;

DESCRIPTION

Tk::FlatCheckbox is an alternative checkbutton implementation. Unlike Tk::Checkbutton, it uses a small square in the corner of the widget to indicate the on/off state. This can be used for instance for checkbuttons with images in a flat reliefed layout.

WIDGET-SPECIFIC OPTIONS

Tk::FlatCheckbox supports some of Tk::Checkbutton options. These are:

-borderwidth
-image
-variable
-command
-state
-text
-font
-onvalue
-offvalue

Please refer to the Tk::Checkbutton documentation for these options.

Additionaly, these options are supported:

-raiseonenter => BOOL

Indicate whether a border should be raised if moving the mouse over the widget.

SEE ALSO

Tk::CheckButton, Tk::FlatRadiobutton

AUTHOR

Slaven Rezić <srezic@cpan.org>

COPYRIGHT

Copyright (c) 1998,2001,2002,2007 Slaven Rezić. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.