Class: RademadeAdmin::BooleanInput

Inherits:
Formtastic::Inputs::BooleanInput
  • Object
show all
Defined in:
app/inputs/rademade_admin/boolean_input.rb

Instance Method Summary collapse

Instance Method Details

#label_with_nested_checkboxObject



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,
    label_html_options
  ) + check_box_html
end