There's no documentation for this item.
Source Code
# File action_view/helpers/form_helper.rb, line 684 def check_box(method, options = {}, checked_value = "1", unchecked_value = "0") @template.check_box(@object_name, method, objectify_options(options), checked_value, unchecked_value) end
<code/>and<pre/>for code samples.