Skip to main content

Home > blockly > FieldCheckbox > setCheckCharacter

FieldCheckbox.setCheckCharacter() method

Set the character used for the check mark.

Signature:

setCheckCharacter(character: string | null): void;

Parameters

ParameterTypeDescription
characterstring | nullThe character to use for the check mark, or null to use the default.

Returns:

void