diff --git a/docs/xml/lcl/checklst.xml b/docs/xml/lcl/checklst.xml
index 733649adff..bca391a958 100644
--- a/docs/xml/lcl/checklst.xml
+++ b/docs/xml/lcl/checklst.xml
@@ -88,6 +88,8 @@ item is toggled.
+HeaderBackgroundColor is a TColor property with the +color used to paint the background for a header item on the control. It is +used in the widgetset class when a header item is rendered on the control. +
++The default value for the property is clInfoBk. Changing the value for the +property causes the control to be redrawn. +
++Use HeaderColor to set the font color for header items on the control. +
++Use the public Header property to identify whether a value in Items is +displayed as a non-checkable entry in the list drawn using the colors in +HeaderBackgroundColor and HeaderColor. +
++HeaderColor is a TColor property with the color for the +font used to render the text on a Header item. It is used in the widgetset +class when a header item is rendered on the control. +
++The default value for the property is clInfoText. Changing the value for the +property causes the control to be redrawn. +
++Use the HeaderBackgroundColor property to set the background color for a +header item on the control. +
++Use the public Header property to identify whether a value in Items is +displayed as a non-checkable entry in the list drawn using the colors in +HeaderBackgroundColor and HeaderColor. +
+