Unchecks current node if it's a checkbox field.
void
public function uncheck() { $this->getDriver() ->uncheck($this->getXpath()); }