Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
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.