I used to set label=>false and add the label with after='text'. Just another way :)
2009/3/1 Dhana <[email protected]>: > > You might have to use CSS for that. If there is a div around each > checkbox, just make sure you assign a float to them in css lke this: > In case you just want to target the checkboxes div, wrap a div around > all your checboxes. Give it a class or an id. > > Then in css, > #divname input{ > float: left; > } > > or > > .divname input{ > float: left; > } > > On Feb 28, 5:29 am, Maulik <[email protected]> wrote: >> hi to all, >> here my question is how can i arrange my checkbox in one row. >> thanks, > > > -- Att, Everton Yoshitani www.notreve.com +81-80-3660-6560 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
