Skip to main content

au-widget-checkbox/ICheckboxConfig

Interfaces

ICheckboxConfig

Provides properties for a checkbox.

Properties

autoReset?
optional autoReset?: boolean;

If true, set false as value when step with checkbox displaying twice or more

enabled?
optional enabled?: boolean;

If true, displays the checkbox.

onChange?
optional onChange?: Function | Function[];

A function that is executed after changing a checkbox value.

prompt
prompt: string;

A text message associated with the checkbox.

value
value: boolean;

This value is true if the checkbox is selected.

Was this page helpful?