class WWW::Mechanize::Form::CheckBox

CheckBox in the Form, set the checked method to true.
This class represents a check box found in a Form. To activate the

def query_value

def query_value
  [[@name, @value || "on"]]
end