| todoListItem {shinydashboardPlus} | R Documentation |
Create a todo list item
todoListItem(..., checked = FALSE, label = NULL)
... |
any element such as labels, ... |
checked |
Whether the list item is checked or not. |
label |
item label. |
David Granjon, dgranjon@ymail.com