I have a list of checkboxes, I'd like to display them in 2 columns. By using t:selectManyCheckbox I successfully achieve it. Now I wish to have "grouping" function. For example, 5 checkboxes, cb1, cb2, cb3, cb4, cb5, and I wish cb4 and 5 become "subground" of cb3 so that these 2 boxes are indent under cb3:
cb1cb2cb3 [**]cb4
[**]cb5
Anyone has idea? No necessary use this tag, any tag is OK as long as it works
Thanks

[ August 08, 2006: Message edited by: Will Lee ]