Checkbox grouping in a cq:dialog | Community
Skip to main content
elizabethp60981
Level 3
February 4, 2018

Checkbox grouping in a cq:dialog

  • February 4, 2018
  • 2 replies
  • 2887 views

Hello,

     Is it possible to do something like the draw below in a cq:dialog?

     I was looking for a checkboxGroup, but I could find this only on cq:widgets with versions under AEM 6.

     How can I do this kind of grouping on 6.3 version?

Thank you very much in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

elizabethp60981
Level 3
February 4, 2018

Just complementing,

It does not have to be some property to group, because I can do the rest with jquery,

but maybe some way to overlay the coral-ui css so I could put some margin to get the idea that the items are inside the language would be great.

edubey
Level 10
February 5, 2018

For CSS, here are original files to overlay

  • /libs/clientlibs/granite/coralui2/css
  • /libs/clientlibs/granite/coralui3
kautuk_sahni
Community Manager
Community Manager
February 5, 2018

See this thread:- How to add multiple check-boxes to one section in touch UI dialog

//Here users have shared the dialog XML to create the multiple checkbox!!

Documentation on Checkbox Group:- Foundation Components

Kautuk Sahni