Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Add multiple checkboxes to one section in touch UI dialog | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Add multiple checkboxes to one section in touch UI dialog by Unlocklearning

Abstract

Objective
After reading this Article, You should have an Understanding of –

Multiple checkbox to one section in Touch UI Dialog.
Introduction
In Touch UI Dialog, We have select option as dropdown only, But In Classic UI dialog, we have option to chose select as dropdown or checkbox. In this article we will see the implementation step to accomplish this.

Hence, without any further delay, let’s get started :

Multiple Checkbox Creation Steps
Create a custom component in Touch UI as multicheckbox and also create basic structure of of cq:dialog.
At checkbox level use the following properties
sling:resourceType=”granite/ui/components/foundation/form/checkbox”
name=”./asianCountries”
text=”India”
value=”india”
To add more countries in same container you can use same name, sling:resourceType but different text and value.
When author the component the value will store as string array at node level.

Read Full Blog

Add multiple checkboxes to one section in touch UI dialog

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
0 Replies