I have, what seems to be, a pretty simple task of toggling checkboxes based on the state of another checkbox.
I’ve looked into bind and add_notifier(), but something I’m doing isn’t quite right. Can someone provide a quick pseudo code example, or better yet, an actual example of doing this?
To be clear, what I’m trying to do:
When checkbox A becomes enabled, checkbox B becomes disabled.