regressoR (version 1.1.8)

radioButtonsTr: radioButtonsTr

Description

create multples with names for language change.

Usage

radioButtonsTr(inputId, label, values, names)

Arguments

inputId

the id of the group.

label

label of the radio buttons group.

values

vector with the values of each radio button.

names

vector with the names of each radio button.

Value

shiny.tag object

Details

this function only work correctly on the server side because they need the css and js file.