Class: CollectionCheckBoxesInput

Inherits:
SimpleForm::Inputs::CollectionCheckBoxesInput
  • Object
show all
Defined in:
lib/generators/rolemodel/simple_form/templates/app/inputs/collection_check_boxes_input.rb

Instance Method Summary collapse

Instance Method Details

#item_wrapper_classObject



4
5
6
# File 'lib/generators/rolemodel/simple_form/templates/app/inputs/collection_check_boxes_input.rb', line 4

def item_wrapper_class
  'form__group--checkbox'
end