コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Show/Hide field of Checkbox in touchui aem 6.2

Avatar

Level 2

Hi guys,
I am working in touch ui aem 6.2.
i have a issue: show/hide field of checkbox not work

<showhide

     jcr:primaryType="nt:unstructured"

     sling:resourceType="granite/ui/components/foundation/form/checkbox"

     text="Do you want to show field?"

     value="true"

     class="showhide"

     name="./isShowField"

     showhide-target=".showhide-field" />

<content

     jcr:primaryType="nt:unstructured"

     sling:resourceType="granite/ui/components/foundation/container"

     class="showhide-field"

     showhide-target-value="true">

     <items jcr:primaryType="nt:unstructured">


     </items>       

</content>  


Why does it not work?
Can anybody help me?

Thanks,

1 受け入れられたソリューション

Avatar

正解者
Administrator
2 返信

Avatar

正解者
Administrator

Avatar

Level 2