Example #1
0
 public function getHtml()
 {
     $this->unsetAttribute('checked');
     if ($this->checked) {
         $this->setAttribute('checked', 'checked');
     }
     return parent::getHtml();
 }