Picker Input

picker(
  id,
  label,
  choices,
  selected = choices,
  multiple = TRUE,
  count_threshold = 3,
  choice_options = NULL,
  ...
)

Arguments

id

id

label

label

choices

choices

selected

selected

multiple

multiple

count_threshold

count threshold

choice_options

choce opts

...

passed to shinyWidgets::pickerInput()

Value

HTML