Esempio n. 1
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'radio');
 }
Esempio n. 2
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('name', $this->name . '[]');
     $this->setAttribute('type', 'checkbox');
 }