# File lib/mechanize/form_elements.rb, line 78
    def check
      uncheck_peers
      @checked = true
    end