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