Creating multiple radio buttons for color themes

for example there are 5 color themes of which they can choose from via a radio button

  • Red
  • Blue
  • Orange
  • Green
  • Yellow

After they choose one of them, can also choose fill or empty

  • Fill
  • Empty

and also choose between light and dark

  • Light
  • Dark

i have created some color-themes in the root but the problem is how to use radio bottoms to let it take effect.

1 Like

i have tried but the colors are not working. i have even copied the original code from github. The light and dark check boxes and the color are not working. it is only the color picker which is working.

here => laughing-mclaren-zyze31 - CodeSandbox

1 Like

Thank you very much. This is exactly what i am looking for.
:pray: :pray: :pray:

There is one other problem.
i know i can set a custom theme but i want to customize the default light and dark theme or create additional theme with it own name and add it to the default themes.
how do i do that?