Hello,
I have added a switch name "show textarea" same like isRequired see the attached screen shot and when toggled yes i want to show textarea in the question but i didn't find event that is fired when switch is toggled.
Also it is a custom widget. I tried using this event:
Codequestion.registerFunctionOnPropertyValueChanged("showTextarea", (newValue) => {
}