Module: Formular::Element::Modules::Checkable
- Includes:
- Formular::Element::Module, Collection, Label
- Defined in:
- lib/formular/element/modules/checkable.rb
Overview
this module is used to correctly set the :checked attribute based on the reader value. It also provides an API to assist in generating checkable html (e.g. checkable labels) and create collections of checkable controls from an enumerable variable.
Defined Under Namespace
Modules: InstanceMethods