# File lib/simple_form/components/labels.rb, line 36
      def label_html_options
        label_options = html_options_for(:label, [input_type, required_class, SimpleForm.label_class])
        label_options[:for] = options[:input_html][:id] if options.key?(:input_html) && options[:input_html].key?(:id)
        label_options
      end