You can use CSS to do it. The problem that I see is that it doesn't
look like <t:checkbox> supports a style or styleClass attribute, so
you may have to assign the CSS properties using javascript or extend
the checkbox and renderer to support custom styles per checkbox.
On 7/31/06, Li, Weiye <[EMAIL PROTECTED]> wrote:
Any one has experience to make part of the list indent? I have such a
tag to build checkboxes (say 20 checkboxes) in one column, I want to
make 5 of them indent. Can anybody help? Thanks
<t:selectManyCheckbox id="sharedResourceCheckboxes" layout="spread"
value="#{publicationForm.sharedResources}">