From 50d0353e198101da25919ddae5b24e4185134a6e Mon Sep 17 00:00:00 2001 From: Pankaj Parashar Date: Tue, 9 Jun 2026 09:59:35 +0530 Subject: [PATCH] FORMS-15359 : hide read-only property from Single Checkbox dialog The Single Checkbox component does not support a read-only state, but the read-only checkbox was appearing in the property dialog via inheritance from the base component dialog. Add sling:hideResource overrides for the readonly and readonly-typehint nodes so they are suppressed from the merged dialog. --- .../form/checkbox/v1/checkbox/_cq_dialog/.content.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/checkbox/v1/checkbox/_cq_dialog/.content.xml b/ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/checkbox/v1/checkbox/_cq_dialog/.content.xml index 97c10253f7..12f111b0ff 100644 --- a/ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/checkbox/v1/checkbox/_cq_dialog/.content.xml +++ b/ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/checkbox/v1/checkbox/_cq_dialog/.content.xml @@ -106,6 +106,12 @@ sling:resourceType="granite/ui/components/coral/foundation/form/textfield" fieldLabel="Default value" name="./default"/> + +