module SimpleForm::Components::LabelInput

def label_input

def label_input
  (options[:label] == false ? "" : label) + input
end