Thanks for the example
most if the questions with multiple checkboxes have either around 5-10 choices, or close to 25
I may use checkboxes in a list for the smaller ones, but I'm still wondering how I'll display 25 checkboxes at once
a question about the example- how would I add an unknown number of checkboxes to my GUI message loop? I'm planning on having them in an array
what I've tried so far with a test script with 20 checkboxes has either been unsuccessful or incredibly slow