I am implementing a custom page with Advanced Installer 21.9. I have added some checkboxes and input fields (edit boxes). I want to disable an edit box when a checkbox is checked, and enable it when the checkbox is unchecked. When I tried to add control conditions to the edit box, it did not work properly. However, using the method shown in the image below, it works for show/hide options.
but it did not work