updateReactCheckboxInput {reactCheckbox}R Documentation

Update a react checkboxes widget

Description

Change the values of a react checkboxes input.

Usage

updateReactCheckboxInput(session, inputId, values)

Arguments

session

the Shiny session object

inputId

the id of the react checkboxes widget to be updated

values

new values (vector of TRUE or FALSE values)

Value

No returned value, called for side effect.


[Package reactCheckbox version 1.0.0 Index]