I have a button and textfield and a checkbox. initially checkbox is checked. when i uncheck the checkbox both button and textbox should be disabled. how to achieve this.
I have a button and textfield and a checkbox. initially checkbox is checked. when
Share
Well make a listener on checkbox. When the checkbox is unchecked, disable the buttonField and the textbox. See an example below: