<%@ include file="/portal/include/include_java.jsp" %>
<%@ include file="/contents/contentconstants.jsp" %>
<fmt:bundle basename="text.jsp.contents.grid.contents_kc_checkbox">

<input name="cb.kc" type="checkbox"
  value='<%@ include file="/contents/grid/content_descriptor.jsp" %>'
  displayName="<c:out value="${displayObject.name}"/>"
  creator="<c:out value="${displayObject.creator}"/>"
  numberOfDocuments="<c:out value="${displayObject.fsidCount}"/>"/>
<script>
(function(){
  var type = TYPE_CONTENT;
  var id = '<asi:out encoding="js" value="${displayObject.id}" />';
  var name = '<asi:out encoding="js" value="${displayObject.name}" />';
  setAppianDisplayName(type,id,name);
})();
</script>
</fmt:bundle>