I'm attempting to make a to-do list with buttons (shape) beside each task that starts as red and when is clicked it becomes green. At the top, I also want to add a Reset button (shape) that resets all buttons in the list back to red.

[ RESET ]
[ RED ] [ 1. Greet the customer ]
[ RED ] [ 2. Ask what you can do to assist customer ]
[ RED ] [ 3. Attempt to troubleshoot ]

(The [ ] indicates a shape I plan to use)

I prefer to have the reactive buttons as shapes so that I may have to ability to move them around easily on the excel sheet. I appreciate any help that is given!