# NOT RUN {
### Radiobars
radiobarInput(
id = "radiobar1",
choices = c(
"fusce sagittis",
"libero non molestie",
"magna orci",
"ultrices dolor"
),
selected = "ultrices dolor"
) %>%
background("grey")
# }
Run the code above in your browser using DataLab