Skip to main content

Home > blockly > FieldCheckbox > doValueUpdate_

FieldCheckbox.doValueUpdate_() method

Update the value of the field, and update the checkElement.

Signature:

protected doValueUpdate_(newValue: BoolString): void;

Parameters

ParameterTypeDescription
newValueBoolStringThe value to be saved. The default validator guarantees that this is a either 'TRUE' or 'FALSE'.

Returns:

void