# File lib/simple_form/components/labels.rb, line 24
      def label
        if generate_label_for_attribute?
          @builder.label(label_target, label_text, label_html_options)
        else
          template.label_tag(nil, label_text, label_html_options)
        end
      end