slight change for saner behavior when munging names
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Boolean.pm
CommitLineData
7adfd53f 1package Reaction::UI::ViewPort::Field::Boolean;
2
3use Reaction::Class;
4
5class Boolean is 'Reaction::UI::ViewPort::Field', which {
6
7 has '+value' => (isa => 'Bool');
8 has '+layout' => (default => 'checkbox');
9
10};
11
121;
13
14=head1 NAME
15
16Reaction::UI::ViewPort::Field::Boolean
17
18=head1 DESCRIPTION
19
20=head1 SEE ALSO
21
22=head2 L<Reaction::UI::ViewPort::Field>
23
24=head1 AUTHORS
25
26See L<Reaction::Class> for authors.
27
28=head1 LICENSE
29
30See L<Reaction::Class> for the license.
31
32=cut