Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
357ffb7
added the fieldset and legend for the radiobutton
Oct 28, 2025
04b4740
added check for the label-element
Oct 29, 2025
7f17e6c
Delete files
armaang1729 Oct 29, 2025
ac453c7
code refactoring
Oct 29, 2025
5c2ebf8
added sample forms and cypress testing
Nov 3, 2025
74aa775
removed the unused forms from DAM
Nov 4, 2025
4a12bfe
modified the resourceType to point to older version of radiobutton
Nov 4, 2025
07ce1c6
updated the path for the custom functions populate-radiobutton
Nov 4, 2025
1cee379
made new collateral for custom functions populate-radiobuttonv2 and a…
Nov 4, 2025
6cfead8
added custom function test for the radioButton v2
Nov 6, 2025
fac95ea
updated README for the radiobuttonv2 component
Nov 7, 2025
07210f6
added clientlibs for newer version of radiobutton
Nov 3, 2025
fa8abca
updated af-clientlibs version for the radiobutton
Nov 10, 2025
006aa35
removed the role of the radio group aria-label on the <div> containin…
Nov 11, 2025
9b05525
updated the cypress tests
Nov 11, 2025
f63b350
made new version of the checkboxgroup component
Nov 7, 2025
080b796
added and modified the samples for the checkboxgroup and translation
Nov 7, 2025
88d358d
added the samples for the custom functions
Nov 7, 2025
938434b
updated the path in examples for the checkboxgroup
Nov 7, 2025
dface3c
added the specs for the checkbox group v1 and v2
Nov 7, 2025
fa94899
added chechboxenum test to be updated
Nov 7, 2025
9a6c304
updated the cypress test for the checkbox enum
Nov 12, 2025
8deae8f
added th dam asset for the populate-checkboxv2
Nov 17, 2025
3c5b0a3
added the dam assets for the the checkboxgroup versions
Nov 17, 2025
9a11d4b
modified the dam assets
Nov 17, 2025
83ac189
added clientlibs for the newer version of the checkboxgroup
Nov 18, 2025
5ccb1b3
added the cypress testing to check for the fieldset and legend
Nov 18, 2025
0134a6b
modify the testcases
Nov 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
jcr:primaryType="cq:Component"
jcr:title="Adaptive Form CheckBox Group"
jcr:description="Add checkboxes to select one or more of the available options."
sling:resourceSuperType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
sling:resourceSuperType="core/fd/components/form/checkboxgroup/v2/checkboxgroup"
componentGroup="Core Components Examples - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
jcr:primaryType="cq:Component"
jcr:title="Adaptive Form Radio Button"
jcr:description="Add two or more radio buttons for users to select one of the available options."
sling:resourceSuperType="core/fd/components/form/radiobutton/v1/radiobutton"
sling:resourceSuperType="core/fd/components/form/radiobutton/v2/radiobutton"
componentGroup="Core Components Examples - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"
lcFolder="{Long}0"
type="lcFolder"/>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:lastModified="{Date}2023-05-03T11:33:58.405+05:30"
jcr:lastModified="{Date}2025-11-16T16:00:00.000+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
Expand All @@ -16,6 +16,6 @@
dorType="none"
formmodel="none"
hasCustomThumbnail="{Boolean}false"
title="Adaptive Form V2 (IT)"/>
title="basic"/>
</jcr:content>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"
lcFolder="{Long}0"
type="lcFolder"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:lastModified="{Date}2025-11-16T16:00:00.000+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorType="none"
formmodel="none"
hasCustomThumbnail="{Boolean}false"
title="basic"/>
</jcr:content>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:lastModified="{Date}2025-11-16T16:00:00.000+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
xmp:CreatorTool="AEM Forms"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorTemplateChanged="Boolean"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="Populate-Checkboxv2"/>
</jcr:content>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:lastModified="{Date}2025-11-04T16:00:00.000+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
xmp:CreatorTool="AEM Forms"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorTemplateChanged="Boolean"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="Populate-Radiobuttonv2"/>
</jcr:content>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"
lcFolder="{Long}0"
type="lcFolder"
/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
jcr:primaryType="dam:Asset">
<jcr:content
cq:conf="\0"
jcr:lastModified="{Date}2023-05-02T17:00:53.317+05:30"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
Expand All @@ -22,4 +21,6 @@
themeRef="/libs/fd/af/themes/canvas"
title="basic"/>
</jcr:content>
</jcr:root>
</jcr:root>


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorTemplateChanged="Boolean"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="focustest"/>
</jcr:content>
</jcr:root>


Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
allowedRenderFormat="HTML"
author="admin"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="radiorepeatability"/>
</jcr:content>
</jcr:root>


Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"
lcFolder="{Long}0"
type="lcFolder"
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
cq:conf="\0"
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:language="en"
jcr:primaryType="nt:unstructured"
xmp:CreatorTool="AEM Forms"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorTemplateChanged="Boolean"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="basic"/>
</jcr:content>
</jcr:root>


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
allowedRenderFormat="HTML"
author="admin"
availableInMobileApp="{Boolean}false"
dorTemplateChanged="Boolean"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="focustest"/>
</jcr:content>
</jcr:root>


Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
jcr:primaryType="dam:Asset">
<jcr:content
jcr:primaryType="dam:AssetContent"
sling:resourceType="fd/fm/af/render"
guide="1"
type="guide">
<metadata
fd:version="2.1"
jcr:primaryType="nt:unstructured"
allowedRenderFormat="HTML"
author="admin"
dorType="none"
formmodel="none"
themeRef="/libs/fd/af/themes/canvas"
title="radiorepeatability"/>
</jcr:content>
</jcr:root>


This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box Group"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
enum="[0,1]"
enumNames="[Item 1, Item 2]"
fieldType="checkbox-group"
Expand Down Expand Up @@ -224,7 +224,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="&lt;p>&lt;b>Select Animal&lt;/b>&lt;/p>"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
areOptionsRichText="true"
enabled="{Boolean}true"
enum="[0,1]"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"
hidden="true"/>
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box Group 3"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
enabled="{Boolean}true"
enum="[0,1]"
enumNames="[Item 1, Item 2]"
Expand Down Expand Up @@ -118,7 +118,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box Group 5"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
enabled="{Boolean}true"
enum="[0,1]"
enumNames="[Item 1, Item 2]"
Expand All @@ -141,7 +141,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box Group 6"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
enabled="{Boolean}true"
enum="[0,1,0]"
enumNames="[Item 1, Item 2,Item 3]"
Expand All @@ -160,7 +160,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="&lt;p>&lt;b>Select Animal&lt;/b>&lt;/p>"
sling:resourceType="forms-components-examples/components/form/checkboxgroup"
sling:resourceType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
areOptionsRichText="true"
enabled="{Boolean}true"
enum="[0,1]"
Expand Down
Loading
Loading