radioMatrixButtons {shinysurveys} | R Documentation |
Create the actual radio button inputs
Description
Create the actual radio button inputs
Usage
radioMatrixButtons(inputId, choices, selected = NULL)
Arguments
inputId |
This is the ID for the question to which the radio button inputs correspond |
choices |
The choices (values) for each radio button to indicate |
selected |
A default selected value |
Value
radio button input UI
[Package shinysurveys version 0.2.0 Index]