Exemplo n.º 1
0
 public function __toString()
 {
     if (!is_null($this->getValue())) {
         $this->setAttribute('checked', 'checked');
     }
     return parent::__toString();
 }