aligning radio buttons in multiple columns in shiny
问题 In my shiny application, I have 4 radio buttons which I want to render as two columns and two rows. But, when I run the app, the title label takes the first position making it three rows in first col and two rows in second col. The problem here is, the first radio button in the second column aligns with the label instead of the first radio button in column one. How do i rectify this? The code so far is as follows: library(shiny) radioLab <-list(tags$div(align = 'left', class = 'multicol',