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