regressoR (version 1.1.7)

inputRadio: inputRadio

Description

create a radio button input

Usage

inputRadio(inputId, value, isSelected)

Arguments

inputId

the id of the radio button

value

a text value of the radio button

isSelected

logical. If TRUE the radio button is selected

Value

shiny.tag object

Details

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