# File lib/simple_form/components/html5.rb, line 24 def input_html_required_option !options[:required].nil? ? required_field? : has_required? end