<% for(var i=0,mLLength=model.monthList.length;i< mLLength;i++){ if(model.monthList[i].checked){ %>
  • <%=model.monthList[i].key%>
  • <% }else{ %>
  • <%=model.monthList[i].key%>
  • <% } } %>