Function: org-html-checkbox

org-html-checkbox is a byte-compiled function defined in ox-html.el.gz.

Signature

(org-html-checkbox CHECKBOX INFO)

Documentation

Format CHECKBOX into HTML.

INFO is a plist holding contextual information. See org-html-checkbox-type for customization options.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
;;;; Item

(defun org-html-checkbox (checkbox info)
  "Format CHECKBOX into HTML.
INFO is a plist holding contextual information.  See
`org-html-checkbox-type' for customization options."
  (cdr (assq checkbox
	     (cdr (assq (plist-get info :html-checkbox-type)
			org-html-checkbox-types)))))