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,
--~--~---------~--~----~------------~-------~--~----~
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