Method: Formtastic::Inputs::CheckBoxesInput#extra_html_options

Defined in:
lib/formtastic/inputs/check_boxes_input.rb

#extra_html_options(choice) ⇒ Object



137
138
139
# File 'lib/formtastic/inputs/check_boxes_input.rb', line 137

def extra_html_options(choice)
  input_html_options.merge(custom_choice_html_options(choice))
end