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