previously I was using the list to show as select box.
<select name="chosenList">
<c:forEach>
...
</c:forEach>
</select>
Now I want to show that list with checkbox and data , something like that <input type="checkbox" /> This is checkbox <br />
. How can I achieve it to loop and show each data with checkbox?