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