RadioButton
This class represents a check box found in a Form. To activate the CheckBox in the Form, set the checked method to true.
# File lib/mechanize/form/check_box.rb, line 6 def query_value [[@name, @value || "on"]] end