addControl(new ElementInputCheckbox()); } public function setChecked($checked=true) { $control = $this->getControl(); $control->setChecked($checked); $this->setControl($control); } }