If you are on the bleeding edge....
$form->input('Model.multi_field', array('options' => array('first',
'second', 'third'), 'multiple' => 'checkbox'));
or if you just want the checkboxes without the div wrapper
$form->select('Model.multi_field', array('first', 'second', 'third'),
null, array('multiple' => 'checkbox'));
see:
http://groups.google.com/group/cake-php/browse_thread/thread/c876c37625bdc4ea/0185f5028c7e50c2?hl=en&lnk=gst&q=checkbox#0185f5028c7e50c2
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---