This is used to create custom react element for R. Specifically for radio and checkboxgroup which don't work with shiny.react.
createReactShinyInput(
inputId,
class,
default = NULL,
configuration = list(),
container = htmltools::tags$div,
dependencies = NULL
)
A list of tags.
Unique input id.
Element class. Must match the JavaScript class counterpart.
Default value.
Props.
Default container.
Deps.