Description Usage Arguments Note
rpgCheckbox is a nice checkbox input with RPG design.
updateRpgCheckbox allows to update a rpgCheckbox on the server.
1 2 3 4 5 6 7 8 | rpgCheckbox(inputId, label, value = FALSE, golden = FALSE)
updateRpgCheckbox(
session = getDefaultReactiveDomain(),
inputId,
label = NULL,
value = NULL
)
|
inputId |
The |
label |
Display label for the control, or |
value |
Initial value ( |
golden |
Style parameter. If TRUE, the slider is bordered by fancy elements. FALSE by default. |
session |
The |
For now, only the selected value may be updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.