Source: show | on GitHub
# File actionpack/lib/action_view/helpers/tags/collection_check_boxes.rb, line 10 def check_box(extra_html_options={}) html_options = extra_html_options.merge(@input_html_options) @template_object.check_box(@object_name, @method_name, html_options, @value, nil) end