Create a list group item
bs4ListGroupItem(..., active = FALSE, disabled = FALSE,
type = c("basic", "action", "heading"), src = "#", title = NULL,
subtitle = NULL, footer = NULL)
Item content.
Whether the item is active or not. FALSE by default. Only if type is "action" or "heading".
Whether the item is disabled or not. FALSE by default. Only if type is "action" or "heading".
Item type. Choose between "basic", "action" and "heading".
Item external link.
Item title (only if type is "heading").
Item subtitle (only if type is "heading").
Item footer content (only if type is "heading").