Matt S Trout > Reaction-0.002000 > Reaction::UI::Widget::Field::Boolean

Download:
Reaction-0.002000.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Source  

NAME ^

Reaction::UI::Widget::Field::Boolean - A mutable boolean field

DESCRIPTION ^

Provides a widget to manipulate a boolean value. This is a subclass of Reaction::UI::Widget::Field::Mutable.

FRAGMENTS ^

widget

Will set the argument field_type to checkbox.

is_checked

Will render the is_checked_yes fragment if the viewport has a true value_string or is_checked_no if it does not.

LAYOUT SETS ^

base

  share/skin/base/layout/field/mutable/boolean.tt

This layout set extends the next field/mutable layout set in the skin inheritance.

The following layouts are provided:

widget

Renders the input element that will be the checkbox.

field_body

Sets the value element attribute to 1 and renders the is_checked fragment afterwards.

is_checked_yes

Sets the checked attribute of the input element to checked.

is_checked_no

Empty.

AUTHORS ^

See Reaction::Class for authors.

LICENSE ^

See Reaction::Class for the license.