Add item to a checklist.
add_checkitem(checklist, name, checked = FALSE, position = "bottom", ...)
Checklist id.
Item name (text).
Whether item should be checked; defaults to FALSE
.
Position in the checklist; defaults to "bottom"
.
Additional arguments passed to create_resource()
.
Other functions to create resources:
add_board()
,
add_card_attachment()
,
add_card()
,
add_checklist()
,
add_comment()
,
add_label()
,
add_list()
,
add_member()
,
create_resource()