I am having a list of radio buttons in teh navbar like this:

On the home page, I have a button which upon click should take user to the next option in the radio bar. How to implement this?
I am having a list of radio buttons in teh navbar like this:

On the home page, I have a button which upon click should take user to the next option in the radio bar. How to implement this?
Use session state to set current state based on button click, and set the corresponding radio as default.