Class: BooleanInput

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

Instance Method Summary collapse

Instance Method Details

#check_box_htmlObject



2
3
4
# File 'app/inputs/boolean_input.rb', line 2

def check_box_html
  builder.check_box(method, input_html_options, checked_value, unchecked_value)
end