5.6 Checkboxes

Every item in a plain list (see Plain Lists) can be made into a checkbox by starting it with the string ‘[ ]’. Checkboxes are not included into the global TODO list, so they are often great to split a task into a number of simple steps.

Here is an example of a checkbox list.

* TODO Organize party [2/4]
  - [-] call people [1/2]
    - [ ] Peter
    - [X] Sarah
  - [X] order food

Checkboxes work hierarchically, so if a checkbox item has children that are checkboxes, toggling one of the children checkboxes makes the parent checkbox reflect if none, some, or all of the children are checked.

The following commands work with checkboxes:

C-c C-c

Toggle checkbox status or—with prefix argument—checkbox presence at point.

M-S-RET

Insert a new item with a checkbox. This works only if point is already in a plain list item (see Plain Lists).