Currenty there’re following lines in org-mouse.el: (font-lock-add-keywords nil `(("^[ \t]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)" (2 `(face bold keymap ,org-mouse-map mouse-face highlight) t))) t))
https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-mouse.el#L893-L897 Yet there’s special org-checkbox face obviously not used here. Relic from the past?