NAME
App::Widget::CheckboxGroup - A widget
SYNOPSIS
$name = "widget01";
# official way
use App;
$context = App->context();
$w = $context->widget($name);
# internal way
use App::Widget::CheckboxGroup;
$w = App::Widget::CheckboxGroup->new($name);
DESCRIPTION
This class implements a widget.