widgetCheckbox: Encapsulates a Shiny checkboxInput

Description Usage Arguments Value See Also Examples

Description

Encapsulates a Shiny checkboxInput. If you do not need a language change on-the-fly then you should use checkboxInput.

Usage

1
widgetCheckbox(param, lang)

Arguments

param

list of parameters for checkboxInput

lang

language widget (or NULL)

Value

a widget object (environment)

See Also

checkboxInput

Examples

1
widgetCheckbox(list(inputId="outliers", label='Show outliers'), lang=NULL)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.