blockly > FieldCheckbox > setCheckCharacter
FieldCheckbox.setCheckCharacter() method
Set the character used for the check mark.
Signature:
setCheckCharacter(character: string | null): void;
Parameters
Parameter | Type | Description |
---|---|---|
character | string | null | The character to use for the check mark, or null to use the default. |
Returns:
void