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