Hi Erando, 
node datas for checkboxes are exposed as Maps. 
So, in freemarker you can iterate over them in this way: 

[#list content.Version?values as checkboxValue]
<br/>${checkboxValue}
[/#list]

In JSP you should be able to iterate in the same way: 
<c:forEach items="${entries.values}" var="child">
<br/>${child}
</c:forEach>

Try this and let us know if it worked!
Matteo

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e19217f2-b670-4475-989d-7979ddcee87d


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to