Example #1
0
 public function getRenderArray()
 {
     return array_merge(array("checked" => (bool) $this->getValue() ? "checked" : ""), parent::getRenderArray());
 }
Example #2
0
 public function getRenderArray()
 {
     return array_merge(parent::getRenderArray(), array("url" => $this->getUrl()));
 }