I have a checkbox group AND a conditional “Other” text field which is shown when the user toggles the ‘Other’ checkbox option on/off.
This is working fine.
BUT
An issue arises when the ‘Other’ checkbox is programatically toggled on/off. Your hide/show event isn’t triggered and the Other field remains on screen.
I want *your event to trigger* when I uncheck/check the checkbox via JS. Just as it works when a user does a click.
Guessing I need to add a ‘CHANGE’ event and you are using ‘CLICK’ event?