widgetCheckboxGroup: Encapsulates a Shiny 'checkboxGroupInput'

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
widgetCheckboxGroup(param, lang)

Arguments

param

list of parameters for checkboxGroupInput

lang

language widget (or NULL)

Value

a widget object (environment)

See Also

checkboxGroupInput

Examples

1
2
3
4
5
widgetCheckboxGroup(list(inputId="variable", label='Variable', 
                         choices=list("Cylinders" = "cyl", 
                                      "Transmission" = "am", 
                                      "Gears" = "gear")), 
                    lang=NULL)

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