Checks whether current node is checked if it's a checkbox or radio field.
Calling this method on any other elements is not allowed.
bool
public function isChecked() { return (bool) $this->getDriver() ->isChecked($this->getXpath()); }