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