Mechanize::Form::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 6: def query_value 7: [[@name, @value || "on"]] 8: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.