It appears that the color of a radio button/check box button is red when clicked. I want to use another color and have tried multiple methods to override. Is this possible, and what is the most straightforward method?
Take a look at Theming - Streamlit Docs.
[theme]
primaryColor = "pink"
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.