blockly > FieldCheckbox > getValue

FieldCheckbox.getValue() method

Get the value of this field, either 'TRUE' or 'FALSE'.

Signature:

getValue(): BoolString;

Returns:

BoolString

The value of this field.