Class: TaoForm::Inputs::CollectionCheckBoxesInput
- Inherits:
-
SimpleForm::Inputs::CollectionCheckBoxesInput
- Object
- SimpleForm::Inputs::CollectionCheckBoxesInput
- TaoForm::Inputs::CollectionCheckBoxesInput
- Defined in:
- lib/tao_form/inputs/collection_check_boxes_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
5 6 7 |
# File 'lib/tao_form/inputs/collection_check_boxes_input.rb', line 5 def input( = nil) template.content_tag(:div, super, class: 'group-field checkbox-group-field') end |