Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Combination of radiobutton and checkboxes

Avatar

Employee Advisor

Hi ,

I have created widget node -> xtype : selection , type : radio , name , field Label . It has subnode -> Options : type cq:WidgetCollection and the 'Options' has  nodes

of type nt:unstrutured , properties text and value. Now, I am trying to create group of check boxes for each readio button, under 'Options' .

Please suggest.

Thanks,

Debal Das

1 Accepted Solution

Avatar

Correct answer by
Level 10

I would suggest coding this with ExtJS. 

Here are a few good thread on creating a components with checkboxes for CQ. 

http://forums.adobe.com/message/4332833

http://forums.adobe.com/thread/1027822

To arrange the check boxes under radio buttons- you manipulate the ExtJS code. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

I would suggest coding this with ExtJS. 

Here are a few good thread on creating a components with checkboxes for CQ. 

http://forums.adobe.com/message/4332833

http://forums.adobe.com/thread/1027822

To arrange the check boxes under radio buttons- you manipulate the ExtJS code.