addElement('text', 'name', array('label' => 'Name', 'required' => true)); $this->addElement('checkbox', 'system', array('label' => 'System', 'decoration' => 'simple')); return $this; } }