CakePHP 1.2 RC1, PHP 5.2.5

I'm using 1.2's new multiple checkbox input as follows:

echo $form->input('race', array(
  'type'=>'select',
  'multiple'=>'checkbox',
  'options'=>$races,
  'label'=>false
));

Currently, $races is populated from a find('list'). If I have the
descriptions of each race as a field in the database, is there a way
to coerce Cake to output the description after each checkbox?

Alternatively, is it possible to hand-code a multiple select?

Thanks,
Tad

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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