Potresti usare le jstl.
Le importi
e poi nel tuo form usi qualcosa tipo:codice:<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
Spero ti possa aiutare.codice:<input type="checkbox" name="unNome" value="${mioBean.id}" <c:if test="${mioBean.value==0}"> checked="checked"</c:if> /> ${mioBean.descrizione}