Skip to content

CheckboxPropertyWidgetComponent.setValue method

CheckboxPropertyWidgetComponent › setValue

Unofficial

Set the value of the property widget.

Signature:

setValue(value: unknown): void

Parameters:

ParameterTypeDescription
valueunknownThe value to set.

Returns: void