Exemplo n.º 1
0
 /**
  * Determines if checkbox is checked
  *
  * @return boolean
  */
 protected function isChecked()
 {
     return parent::isChecked() || true === $this->getValue();
 }