Remarks
The default check box font is Wingdings.
Gets or sets the font used for rendering check boxes.
public Font CheckBoxFont { get; set; }
The following examples sets a new check box font.
TXTextControl.DocumentController documentController1 = new TXTextControl.DocumentController();
documentController1.CheckBoxFont = new System.Drawing.Font(new FontFamily("Symbol"), 1f);
The default check box font is Wingdings.