Getting started

radioInput(
  id = NULL,
  choices = c("Choice 1", "Choice 2", "Choice 3")
)

Inline input

radioInput(
  id = NULL,
  choices = c(
    "Choice 1",
    "Choice 2",
    "Choice 3"
  ),
  inline = TRUE  # <-
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.