Hi!, i have a problem with this Zend form element, how can i read the elements status of Multicheckbox?
$type= new Zend_Form_Element_MultiCheckbox('typer');
$type->setLabel('Type');
$type->addMultiOptions(array(
'1' => 'type1',
'2' => 'type2'
));
Thanks for the support!...