Active tab to select radio button in Shiny
问题 I have the following Shiny app code where the user can select radio buttons and then the corresponding tab panel is activated. The question I have is how to do the reverse i.e. if the user selects a tab panel, how do you activate the corresponding radio button. A reproducible example is below. If you select Tab 2 radio button for example, Tab 2 is activated If you then select Tab 3, then Tab 2 radio button remains selected and I would like it to update to Tab 3 radio button Thanks library