# 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 567 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Checkbox/Get.al)"
########################### Newt::Checkbox
sub Newt::Checkbox::Get {
my $self = shift;
return Newt::newtCheckboxGetValue($self->{co});
}
# end of Newt::Checkbox::Get
1;