Hi all,

Using zf-1.11

I have a form defined in a config.ini file and have added an example radio button whose definition follows.

elements.color.type = "radio"
elements.color.options.label = "Select a Color"
elements.color.options.multiOptions.red = "Red"
elements.color.options.multiOptions.green = "Green"
elements.color.options.multiOptions.yellow = "Yellow"

Let's say I want "Red" to be the default. What do I have to do to add checked='checked' for that button?

TIA,
Mike Wright

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to