Skip to contents

Add item to a checklist.

Usage

add_checkitem(checklist, name, checked = FALSE, position = "bottom", ...)

Arguments

checklist

Checklist id.

name

Item name (text).

checked

Whether item should be checked; defaults to FALSE.

position

Position in the checklist; defaults to "bottom".

...

Additional arguments passed to create_resource().

See also

Other functions to create resources: add_board(), add_card_attachment(), add_card(), add_checklist(), add_comment(), add_label(), add_list(), add_member(), create_resource()