checkbox: Create a NES Checkbox
Description
Create a NES Checkbox
Usage
checkbox(id, label, value = FALSE, width = NULL)
Arguments
id
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
).