checkbarInput: Checkbar input

View source: R/input-checkbar.R

checkbarInputR Documentation

Checkbar input

Description

A stylized checkbox input. The checkbar input appears similar to a group of buttons, but with a checked or highlighted state.

Usage

checkbarInput(..., id, choices = NULL, values = choices, selected = NULL)

updateCheckbarInput(
  id,
  choices = NULL,
  values = choices,
  selected = NULL,
  enable = NULL,
  disable = NULL,
  session = getDefaultReactiveDomain()
)

Arguments

choices

A character vector or list of tag element specifying the input's choices, defaults to NULL.

values

A vector of values specifying the values of the input's choices, defaults to choices.

selected

One or more of values specifying the input's default selected values, defaults to NULL.

See Also

Other inputs: chipInput(), fileInput(), formInput(), input_button(), input_checkbox(), listGroupInput(), menuInput(), radioInput(), radiobarInput(), rangeInput(), selectInput(), textInput()


nteetor/yonder documentation built on June 12, 2025, 3:49 a.m.