package Reaction::UI::ViewPort::Field::Boolean; use Reaction::Class; class Boolean is 'Reaction::UI::ViewPort::Field', which { has '+value' => (isa => 'Bool'); has '+layout' => (default => 'checkbox'); }; 1; =head1 NAME Reaction::UI::ViewPort::Field::Boolean =head1 DESCRIPTION =head1 SEE ALSO =head2 L =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut