/**
  * {@inheritdoc}
  */
 public function isChecked($xpath)
 {
     return $this->browser->isChecked(SeleniumLocator::xpath(utf8_decode($xpath)));
 }