Class: TaoForm::Inputs::CollectionCheckBoxesInput

Inherits:
SimpleForm::Inputs::CollectionCheckBoxesInput
  • Object
show all
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(wrapper_options = nil)
  template.(:div, super, class: 'group-field checkbox-group-field')
end