Class: SimpleFormExtension::Inputs::BooleanInput

Inherits:
SimpleForm::Inputs::BooleanInput
  • Object
show all
Defined in:
lib/simple_form_extension/inputs/boolean_input.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options = nil) ⇒ Object



4
5
6
7
# File 'lib/simple_form_extension/inputs/boolean_input.rb', line 4

def input(wrapper_options = nil)
  input_html_options[:class] << "check_boxes"
  super
end