# File lib/mechanize/form/check_box.rb, line 7
  def query_value
    [[@name, @value || "on"]]
  end