addField(new Switcher('receiveMail'))->addHtmlAttribute('on', true);; $this->addField(new Switcher('hideGal')); $this->addField((new Switcher('dynamicGroup')) ->addHtmlAttribute('@change', "initReloadModal()")); $this->addField(new Select('subscriptionRequest')); $this->addField(new Select('unsubscriptionRequest')); $this->addField(new Switcher('sharesNotify')); } }