Method: Formtastic::Inputs::BooleanInput#label_with_nested_checkbox

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

#label_with_nested_checkboxObject



47
48
49
50
51
52
53
# File 'lib/formtastic/inputs/boolean_input.rb', line 47

def label_with_nested_checkbox
  builder.label(
    method,
    label_text_with_embedded_checkbox,
    label_html_options
  )
end