System.Markdown.Styles.TListImagesStyle.Checked
Prototype
property Checked: string index 3 read GetImage write SetImage;
Description
Defines the replacement image for checked items - [x] in task lists.
The control must be linked to a list of images, either through its ImageList property or through that of a TMDStyle if its Style property is defined.
This property can contain the index of an image or its name (requires Delphi 10.3 or newer).
See also