checkbox {reactCheckbox} | R Documentation |
Define a checkbox
Description
Define a checkbox by its label, its value, and optionally a CSS class.
Usage
checkbox(label, value, class = "")
Arguments
label |
the label of the checkbox, can be an ordinary character string,
a |
value |
the initial value of the checkbox, |
class |
the name of a CSS class to attach to the checkbox, that should
be defined with |
Value
A named list, to be used in reactCheckboxesInput
.
[Package reactCheckbox version 1.0.0 Index]