View source: R/mod_dynamicCheckBoxInput.R
Server Shiny Module for ibiVizEdit
that serves as a basic wrapper and enables dynamic updating of checkbox UI
1 2 3 4 5 6 7 8 9 | dynamicCheckBoxInputMod(
input,
output,
session,
label = NULL,
choices = NULL,
selected = NULL,
paste_char = NULL
)
|
input, output, session |
internal parameters for shiny |
label |
value displayed on ui for the specific checkbox |
choices |
values available for selection |
selected |
the default set of selections |
paste_char |
optional value or vector that appends to each value defined by choices and selected |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.