Learn R Programming

kinesis (version 0.3.1)

checkbox_ui: Updatable Checkbox Group

Description

Updatable Checkbox Group

Usage

checkbox_ui(id, label = "Choose", inline = TRUE)

Value

A checkbox group control that can be added to a UI definition (see shiny::checkboxGroupInput()).

Arguments

id

A character vector to be used for the namespace.

See Also

update_checkbox_colnames()