dynamicCheckBoxInputMod: Server Shiny Module for 'ibiVizEdit' that serves as a basic...

Description Usage Arguments

View source: R/mod_dynamicCheckBoxInput.R

Description

Server Shiny Module for ibiVizEdit that serves as a basic wrapper and enables dynamic updating of checkbox UI

Usage

1
2
3
4
5
6
7
8
9
dynamicCheckBoxInputMod(
  input,
  output,
  session,
  label = NULL,
  choices = NULL,
  selected = NULL,
  paste_char = NULL
)

Arguments

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


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.