Just a small question, how can I use a Yes/No radio instead of the
checkbox? I managed to use $this->radio('something', array(1 => 'Yes',
0 => 'No')) but I'm unable to get it automatically populated.

If I change the order of options, that means $this->radio('something',
array(0 => 'No', 1 => 'Yes')), it works fine, BUT who put No before
Yes in reality?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to