# File lib/mechanize/form/radio_button.rb, line 8 def initialize node, form @checked = !!node['checked'] @form = form super(node) end