I have the below structure in a dialog.
Dialog
----Multifield
----checkbox
----textfield
Checkbox and textfield inside the multifield.
By default checkbox is disabled, textfield should be hidden.
When checkbox is enabled, textfield should be shown.
Please help me with this. Thanks in advance
Hello,
Everything is explained so nicely in this link.
Please have a look: https://levelup.gitconnected.com/aem-conditionally-show-or-hide-a-field-based-on-a-checkbox-widget-...
Want to show and hide the field based which is inside a multifield.
Currently, on enabling the checkbox in mutifield1, the textfield in both multifield 1 and multifield 2 gets disabled.
Expected: On enabling the checkbox in mutifield1, the textfield in multifield 1 should be disabled. Textfield in multifield 2 should remain as is.
Please help!
Having the same issue, did you find any solution to this?