Today I made some screens in the software I develop, and I need detect when an input is being disabled and enabled to show/hide another element. I know how to do it by bind the checkbox which enables and disables my input, but I want to know whether there is a way to handle the input instead of checkbox.
Thanks