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