OOTB checkbox is not available in AEM 6.3 metadata schema editor. But, it can be enabled and used with steps as described below. Step 1: Overlay builditems.jsp to Enable checkbox Create an /apps overlay for "/libs/dam/gui/coral/components/admin/schemaforms/formbuilder/builditems.jsp" In "/apps/dam/gui/coral/components/admin/schemaforms/formbuilder/builditems.jsp", uncomment the following snippet. It would be available between line 90-98 https://gist.github.com/aanchalsikka/ca96a8e6edba1e6cbac39171bfb6cba1 At this point, browse to a metadata … Continue reading Enable checkbox for Metadata schema editor