I'm embarrassed to have to post this question, but I'm pulling my hair out trying to figure out how to set the stored value of a Zend form radio option.
It works just fine for drop downs and fields, but the radio option is defaulting to the zend form default (last option in the array). Anyone have an idea on how to default it to the stored option? I'm using $form->populate($rowset->toArray()); to populate the form values.
