App::Widget::Checkbox - A widget


NAME

App::Widget::Checkbox - A widget


SYNOPSIS

   $name = "widget01";
   # official way
   use App;
   $context = App->context();
   $w = $context->widget($name);
   # internal way
   use App::Widget::Checkbox;
   $w = App::Widget::Checkbox->new($name);


DESCRIPTION

This class implements a widget.