Method: Formtastic::Inputs::BooleanInput#checked_value

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

#checked_valueObject



74
75
76
# File 'lib/formtastic/inputs/boolean_input.rb', line 74

def checked_value
  options[:checked_value] || '1'
end