checkbox: Create a NES Checkbox

Description Usage Arguments Value

Description

Create a NES Checkbox

Usage

1
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).

width

The width of the input, e.g. '400px', or '100%'; see validateCssUnit.

Value

a tagList


ColinFay/nessy documentation built on May 29, 2019, midnight