Hi,

The following does NOT produce a checked
form button:

        $element = new Zend_Form_Element_MultiCheckbox( 'search_mode' );
        $element->addMultiOption( '0', 'Search keywords' );
        $element->setValue(array('0'));

Could anybody shed some light on how I DO produce a checked button by
default wotjom tje same form constructor?

Bye,
Matthijs.

p.s.

The same strategy does work when applied to the object from another scope.

Reply via email to