Learn R Programming

reactCheckbox (version 1.0.0)

updateReactCheckboxInput: Update a react checkboxes widget

Description

Change the values of a react checkboxes input.

Usage

updateReactCheckboxInput(session, inputId, values)

Value

No returned value, called for side effect.

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)