# File lib/mechanize/page/label.rb, line 15
      def for
        (id = @node['for']) && page.search("##{id}") || nil
      end