# File lib/mechanize/form/radio_button.rb, line 43
  def label
    (id = self['id']) && @form.page.labels_hash[id] || nil
  end