Class: InlineCheckboxInput
- Inherits:
-
Formtastic::Inputs::BooleanInput
- Object
- Formtastic::Inputs::BooleanInput
- InlineCheckboxInput
- Defined in:
- lib/hellobase/formtastic/inline_checkbox_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/hellobase/formtastic/inline_checkbox_input.rb', line 2 def to_html input_wrapping do hidden_field_html << label_html << check_box_html end end |