leftSection = new HalfPageSection('leftSectionsdf'); $this->rightSection = new HalfPageSection('rightSectionsdf'); $this->addSection($this->leftSection) ->addSection($this->rightSection); $this->initFields(); } private function initFields() { //One User Per VPS $field = new Switcher('customconfigoption[oneUserPerVps]'); $field->setDescription('tip'); $field->setDefaultValue("on"); $this->leftSection->addField($field); } }