I am trying to create a GUI where selecting an item inside the combobox changes whether each checkbox is checked or not.
The GUI has alot of checkboxes which user can check or uncheck.
For example, user can select “item 1” from combobox, which then user checks whatever checkbox he wants to check. Then, when the user selects “item 2”, checkboxes which were checked from “item 1” will be greyed out and user can check or uncheck from the rest.
Each items from combobox basically saves user’s choices on the checkbox.
Can anyone show me how to do this?
For example 4 checkboxes, 1 combobox