rpg-checkbox: Create a checkbox input

Description Usage Arguments Note

Description

rpgCheckbox is a nice checkbox input with RPG design.

updateRpgCheckbox allows to update a rpgCheckbox on the server.

Usage

1
2
3
4
5
6
7
8
rpgCheckbox(inputId, label, value = FALSE, golden = FALSE)

updateRpgCheckbox(
  session = getDefaultReactiveDomain(),
  inputId,
  label = NULL,
  value = NULL
)

Arguments

inputId

The input slot that will be used to access the value.

label

Display label for the control, or NULL for no label.

value

Initial value (TRUE or FALSE).

golden

Style parameter. If TRUE, the slider is bordered by fancy elements. FALSE by default.

session

The session object passed to function given to shinyServer. Default is getDefaultReactiveDomain().

Note

For now, only the selected value may be updated.


RinteRface/shinyRPG documentation built on July 17, 2021, 10:37 p.m.