Solved
Handling node properties through JS
I have a dialog with a dropdown of 2 options along with a checkbox and text field:
- if I choose option1 in dropdown then checkbox will be checked and disabled and also text field will become mandatory.
- if I choose option 2 from dropdown then the checkbox will be enabled and unchecked, text field will not be mandatory until the checkbox is checked.
- So how can I implement this functionality