Function: org-list-set-checkbox
org-list-set-checkbox is a byte-compiled function defined in
org-list.el.gz.
Signature
(org-list-set-checkbox ITEM STRUCT CHECKBOX)
Documentation
Set checkbox of ITEM in STRUCT to CHECKBOX.
This function modifies STRUCT.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defun org-list-set-checkbox (item struct checkbox)
"Set checkbox of ITEM in STRUCT to CHECKBOX.
\nThis function modifies STRUCT."
(org-list-set-nth 4 item struct checkbox))