​
​
​

Represents the default character which is used to display the checkbox in the checked state.

public const char DefaultCheckedCharacter = '\x2612';

​public const char DefaultCheckedCharacter = '\x2612';
​Public Const DefaultCheckedCharacter As Char = "☒"c
​