Hey guys, I'm stuck somewhere. If you anyone of you could help. Highly appreciate.
I have a checkbox in my app, which on "CHECKED" suppose to disable the input text below it.
I am running the following javascript on checkbox component and event is SELECTED
var Block = Apperyio("fundAmnt_input");
Block.disabled = true;
Am I doing something wrong. Thanks.