When I wanted to show/hide something I used nameWantToHide.setvisible
technically this should also work for you. So On your check box a statement
saying if checked droplist.setvisible=0 ( I can't remember the exact code
without having an IDE to work with but this gives an idea if what you could do
).
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
When I wanted to show/hide something I used nameWantToHide.setvisible technically this should also work for you. So On your check box a statement saying if checked droplist.setvisible=0 ( I can't remember the exact code without having an IDE to work with but this gives an idea if what you could do ).