setChecked(false); } public function setChecked($checked) { if ($checked) { $this->attributes['checked'] = 'checked'; } else { $this->removeAttribute('checked'); } return $this; } }