aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Field/Boolean.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reaction/UI/Widget/Field/Boolean.pm')
-rw-r--r--lib/Reaction/UI/Widget/Field/Boolean.pm31
1 files changed, 8 insertions, 23 deletions
diff --git a/lib/Reaction/UI/Widget/Field/Boolean.pm b/lib/Reaction/UI/Widget/Field/Boolean.pm
index c6afaff..536764c 100644
--- a/lib/Reaction/UI/Widget/Field/Boolean.pm
+++ b/lib/Reaction/UI/Widget/Field/Boolean.pm
@@ -8,35 +8,20 @@ class Boolean is 'Reaction::UI::Widget::Field', which {
1;
-=for layout widget
+=head1 NAME
-[% label %] [% field %] [% message %] <br>
+Reaction::UI::Widget::Field::Boolean
-=for layout field
+=head1 DESCRIPTION
-[%
- IF content;
- checked = 'checked="checked"';
- ELSE;
- checked = "";
- END;
-%]
+See L<Reaction::UI::Widget::Field>
-<!-- We need a replacement for process_attrs -->
-<input type="checkbox" id="[% id | html %]" name="[% name | html %]" value="1" [% checked %] />
+=head1 AUTHORS
-=for layout label
+See L<Reaction::Class> for authors.
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
- <label for="[% id %]"> [% content | html %]: </label>
-[% END %]
+=head1 LICENSE
-=for layout message
-
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
- <span> [% content | html %] </span>
-[% END %]
+See L<Reaction::Class> for the license.
=cut