addElement('text', 'title', ['label' => 'Title', 'required' => true]); $this->addSeoGroup('FaqCategory'); $this->addElement('checkbox', 'enabled', ['label' => 'Show on user end', 'decoration' => 'simple']); return $this; } }