I figured out how to show the different colors when it’s selected and then deselected. Thank you!
Now I have to figure out how it’s being saved in the database. It’s only saving one answer at a time, even though I can select multiple chips. If I deselect a chip the database doesn’t recognize that. It only updates when I click a different chip.
How can I get it to recognize when the chip is deselected and remove the data from the database?
And how can I set the answers to be either single-select or multi-select? (I have both types of questions in the questionnaire)