Variable: org-checkbox-hierarchical-statistics
org-checkbox-hierarchical-statistics is a customizable variable
defined in org-list.el.gz.
Value
t
Documentation
Non-nil means checkbox statistics counts only the state of direct children.
When nil, all boxes below the cookie are counted. This can be set to nil on a per-node basis using a COOKIE_DATA property with the word "recursive" in the value.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defcustom org-checkbox-hierarchical-statistics t
"Non-nil means checkbox statistics counts only the state of direct children.
When nil, all boxes below the cookie are counted.
This can be set to nil on a per-node basis using a COOKIE_DATA property
with the word \"recursive\" in the value."
:group 'org-plain-lists
:type 'boolean)