# NOTE: Derived from blib/lib/Newt.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Newt::Checkbox;
#line 575 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Checkbox/Checked.al)"
sub Newt::Checkbox::Checked {
my $self = shift;
return $self->Get() ne " ";
}
# end of Newt::Checkbox::Checked
1;