From f3936cec6e47ed0ec35e992f0c91351b33a543f5 Mon Sep 17 00:00:00 2001 From: Barshat Rai Date: Wed, 20 Sep 2023 10:48:26 +0530 Subject: [PATCH] Forms 9688 checkbox proxy component (#1130) * FORMS-9688 revert renaming of checkboxgroup from checkbox to check box group * FORMS-9688 add checkbox proxy component --------- Co-authored-by: barshatr Co-authored-by: Pankaj Parashar --- .../components/adaptiveForm/checkbox/.content.xml | 7 +++++++ .../components/adaptiveForm/checkbox/_cq_template.xml | 8 ++++++++ .../components/adaptiveForm/checkboxgroup/.content.xml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/.content.xml create mode 100644 src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/_cq_template.xml diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/.content.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/.content.xml new file mode 100644 index 000000000..7fd053abc --- /dev/null +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/.content.xml @@ -0,0 +1,7 @@ + + diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/_cq_template.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/_cq_template.xml new file mode 100644 index 000000000..964e0dc8f --- /dev/null +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkbox/_cq_template.xml @@ -0,0 +1,8 @@ + + + diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkboxgroup/.content.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkboxgroup/.content.xml index 4ff5d5793..fc74ed78b 100644 --- a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkboxgroup/.content.xml +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/checkboxgroup/.content.xml @@ -2,6 +2,6 @@