ControlP5 Radiobutton... Can I enable more than one member of the group at a time?
in
Contributed Library Questions
•
11 months ago
So I'm almost finished coding this layout for a group project. I've decided to make all of my buttons in the program RadioButtons because they are already grouped and have a built in array to hold those values, which is convenient within my program.
The problem is that I need the radiobutton group to be able to enable more than one button's boolean value at a time. I need the user to be able to enable multiple filters in a graph (these are what the radio buttons would be toggling) not just one filter value at a time. Something similiar to a group of controlp5 toggles. The problem is that I can't change my code to that because we only have 5 days until the project is due and it wouldn't be time efficient. I also need this version of radiobutton items to show what we have depressed (change color of the radiobutton items as we click them) but the default radiobutton only shows one button changed at a time.
Any help would be greatly appreciated!
1