addElement('select', 'type', array( 'label' => 'Type', 'require' => true, 'multiOptions' => $obj->getPublicationType4Select(), )); $this->addElement('checkbox', 'withImage', array( 'label' => 'Template with image', 'decoration' => 'simple', )); return $this; } }