Hi,
AEM Version- AEM 6.2
I have created mutifield Touch UI with checbox's but property of checkbox is stored as string instead of boolean in JCR.
TypeHint is used to convert to required data type it didn't work in mutifield but it works fine in normal dialog.
Below is the dailog.xml for check box used
<test
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/checkbox"
name="./test"
text="Test"
value="{Boolean}true"/>
<testDelete
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/hidden"
name="./test@Delete"
value="{Boolean}true"/>
<testType
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/hidden"
name="./test@TypeHint"
value="Boolean"/>
Any pointer Please help.smacdonald2008 kautuksahni