# File lib/simple_form/components/html5.rb, line 8
      def html5
        @html5 = true
        input_html_options[:required] = true if has_required?
        nil
      end