module SimpleForm::Components::LabelInput

Public Instance Methods

label_input() click to toggle source
# File lib/simple_form/components/label_input.rb, line 10
def label_input
  (options[:label] == false ? "" : label) + input
end