Method: Formtastic::Inputs::BooleanInput#check_box_html

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

#check_box_htmlObject



66
67
68
# File 'lib/formtastic/inputs/boolean_input.rb', line 66

def check_box_html
  template.check_box_tag("#{object_name}[#{method}]", checked_value, checked?, input_html_options)
end