Hello,
is it possible to put a list of checkbox on a single line on a cq:dialog on AEM6.3?
I have been trying everything to subscribe this with css, but is not working.
Is there some property or some config for this?
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
YEs - you can put a single checkbox ( granite/ui/components/coral/foundation/form/checkbox) in a dialog
Basic instructions: (replace the path in this example with a dialog node path)
1 Select the node at:
/apps/Lab2018/components/content/firstcomponent/cq:dialog/content/items/herotext/items/column/items.
• Name: show
• Type: nt:unstructured
• text (String) - Show?
• value (String) – yes (the submitted value when the checkbox is checked)
• name (String) - ./show (you reference this value to read this value of this component field)
• sling:resourceType (String) - granite/ui/components/coral/foundation/form/checkbox
Views
Replies
Total Likes
Just add property layout string hbox
Views
Replies
Total Likes
YEs - you can put a single checkbox ( granite/ui/components/coral/foundation/form/checkbox) in a dialog
Basic instructions: (replace the path in this example with a dialog node path)
1 Select the node at:
/apps/Lab2018/components/content/firstcomponent/cq:dialog/content/items/herotext/items/column/items.
• Name: show
• Type: nt:unstructured
• text (String) - Show?
• value (String) – yes (the submitted value when the checkbox is checked)
• name (String) - ./show (you reference this value to read this value of this component field)
• sling:resourceType (String) - granite/ui/components/coral/foundation/form/checkbox
Views
Replies
Total Likes