TeamSite/Templating 5.5.2, Windows
Has anyone figured out a way to control the appearance of multiple checkboxes within an item?
The (non-technical) design firm has asked that we make any large, multi-select lists be checkboxes so that the users can see all of their selections at once. But, when I do something like:
<item name="big">
<checkbox>
<option value="a" label="a"/>
<option value="b" label="b"/>
<option value="c" label="c"/>
....etc up to......
<option value="z" label="z"/>
</checkbox>
</item>
I get a long horizontal scrolling list. I would like to be able to specify where to break and start the next row of checkboxes. Has anyone done this?
Thanks,
Jonathon
Independent Interwoven Contractor