ToggleButton

Properties

NameTypeDefaultDescription
checkedBooleanfalseWhether the toggle button is in the checked/on state.

Events

NameTypeDescription
changeCustomEvent<boolean>Dispatched when the checked state is changed by user. The detail property contains the new checked state.