You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, we're planning on putting a more scalable version into the {bslib} package. It's very much a work-in-progress that likely won't be ready for at least a few weeks, but if you're keen to try it out: rstudio/bslib#484
When the number of checkboxes grows large, the user has to scroll down the page to see them all. There is a complicated (to me) workaround on StackOverflow using css and HTML (https://stackoverflow.com/questions/29738975/how-to-align-a-group-of-checkboxgroupinput-in-r-shiny). Adding a column control would reduce the amount of css and HTML.
Of course,
columns
would be ignored ifinline = TRUE
.Something like this (added in last row):
The text was updated successfully, but these errors were encountered: