NAME
Tk::CheckBox - Another radio button style widget (with a check mark)
SYNOPSIS
use Tk;
my $MainWindow = MainWindow->new();
Tk::MainLoop;
DESCRIPTION
A radio button style widget that uses a check mark in a box. Useful as a boolean field.
AUTHORS
Damion K. Wilson, dkw@rcm.bm
HISTORY
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 170:
=cut found outside a pod block. Skipping to next block.