Hello,
I have essentially a preferences window with a bunch of boolean checkboxes. In another class, I need to check the status of these checkboxes (checked or unchecked), but I don't know how to do that since I can't make another instance of the class (as the boolean values wouldn't reflect those of the preferences runner class). Any help with this would be much appreciated! thanks!