# File lib/capybara/node/actions.rb, line 88
      def uncheck(locator)
        find(:checkbox, locator).set(false)
      end