Class: RademadeAdmin::BooleanInput
- Inherits:
-
Formtastic::Inputs::BooleanInput
- Object
- Formtastic::Inputs::BooleanInput
- RademadeAdmin::BooleanInput
- Defined in:
- app/inputs/rademade_admin/boolean_input.rb
Instance Method Summary collapse
Instance Method Details
#label_with_nested_checkbox ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/inputs/rademade_admin/boolean_input.rb', line 5 def label_with_nested_checkbox builder.label( method, label_text, ) + check_box_html end |