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