I am trying to create away to be able to select a theme using the radio button pass that information to an app state variable and then use the different selections to drive the color of various elements in the app.
RadioButton Selection changes the color of something on another page.
Actions & Logic
I tried setting it up with a conditional but I must be missing a step or how I set it up wrong as it didn't work at all.
My thought process was to tie the radio button to an app state variable and then use the variable to pass the selection to the color. From there use a conditional to basically tell it that if the radio button was set to this selection make it this color, if set to another make it this color and on.
I realize this might be a little convoluted and if anyone has a better way of doing what I am attempting please let me know. Otherwise if I am on the right track I am hoping someone might be able to point me in the right direction or provide instructions on how to proceed.
Thank you
Yes
1