Class Mechanize::Form::RadioButton
In: lib/mechanize/form/radio_button.rb
Parent: Mechanize::Form::Field

This class represents a radio button found in a Form. To activate the RadioButton in the Form, set the checked method to true.

Methods

[]   check   click   label   new   text   uncheck  

External Aliases

== -> eql?
checked -> checked?

Attributes

checked  [RW] 
form  [R] 

Public Class methods

Public Instance methods

[Validate]