I would like change the f:selectItems
of a line to many lines as in the picture (line break
).
This is my code
<h:selectManyCheckbox value="#{myBean.list}">
<f:selectItems value="#{myBean.optionsList}" var="user" itemLabel="#{user.id} - #{user.name} #{user.lastname}" itemValue="#{user}"/>
</h:selectManyCheckbox>