hi
u can assign value to check box using jsp in following way
<%
String str="chkValue";
%>
<input type ='check' value=<%=str%> />
in second case wot is ur actual requirement..
if u want dynamic value to display use div and display dynamic content into the div and enable it while the check box is checked
rgds
-venkat