NAME
Form::Factory::Control::Role::BooleanValue - boolean valued controls
VERSION
version 0.008
DESCRIPTION
Controls that implement this role have a boolean value. This say much about how that is actually implemented, just that is has a "true_value" a "false_value" and then a flag stating whether the true value or false value is currently selected.
ATTRIBUTES
true_value
The string value the control should have when the control "is_true".
false_value
The string value the control should have when the control is not "is_true".
is_true
Whether or not the control is currently set.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.