blockly > FieldCheckbox > configure_
FieldCheckbox.configure_() method
Configure the field based on the given map of options.
Signature:
protected configure_(config: FieldCheckboxConfig): void;
Parameters
Parameter | Type | Description |
---|---|---|
config | FieldCheckboxConfig | A map of options to configure the field based on. |
Returns:
void