choices
checkboxGroupInput()
NULL
* 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