# NOT RUN {
### An actionable list group
listGroupInput(
id = "list1",
choices = paste("Item", 1:5)
)
### List group within a card
card(
header = h6("Pick an item"),
listGroupInput(
id = "list2",
flush = TRUE,
choices = paste("Item", 1:5),
)
)
### Horizontal list group
listGroupInput(
id = "list3",
choices = paste("Item", 1:4),
layout = "horizontal"
)
# }
Run the code above in your browser using DataLab