Skip to content

Check_list_item

Check_list_item type nodes represent items in a checklist. Check_list_item nodes always start with a checkbox that tracks whether the item is completed or checked.

Each check_list_item nodes contain a text node that displays the content of checklist item.

Node structure example

{
  "id": "Sgs2yIs4RHO4YVRb0rGunQ",
  "type": "check_list_item",
  "children": [
    {
      "id": "FySw4pSBTjuqhKzBhEwP_A", 
      "text": "checklist content"
    }
  ]
}