Method: Formtastic::Inputs::BooleanInput#check_box_html
- Defined in:
- lib/formtastic/inputs/boolean_input.rb
#check_box_html ⇒ Object
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?, ) end |