Class: InlineBooleanInput

Inherits:
Formtastic::Inputs::BooleanInput
  • Object
show all
Defined in:
app/helpers/inline_boolean_input.rb

Instance Method Summary collapse

Instance Method Details

#label_html_optionsObject



8
9
10
# File 'app/helpers/inline_boolean_input.rb', line 8

def label_html_options
  super.merge(class: 'inline_boolean_label')
end

#label_text_with_embedded_checkboxObject



4
5
6
# File 'app/helpers/inline_boolean_input.rb', line 4

def label_text_with_embedded_checkbox
  label_text << '' << check_box_html
end