Hi,I am using AEM 6.1 SP1. I am trying to develop touch ui for the
components. I am facing problem with checkbox in the multifield. The
sling:resourceType for checkbox i am using is
"granite/ui/components/foundation/form/checkbox", gave value = true.
When i looked in to the page data in CRXDE, the field is saving like
this "checkss":["true"],Always checkbox value is getting saved inside
another square bracket. I am not sure how to avoid that. Because of
brackets and quotes, even while trying to ...