mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
* allow the `choices` argument in `checkboxGroupInput()` to be `NULL` or `c()` to keep backward compatibility with Shiny < 1.0.1 (fixes #1649) * use vapply * added one more test; reimplemented logic for checking if choice args are null