Represents the default character which is used to display the checkbox in the unchecked state.
public const char DefaultUncheckedCharacter = '\x2610';
Public Const DefaultUncheckedCharacter As Char = "☐"c