Skip to main content

inno-toggle

light background
dark background

Properties

PropertyAttributeDescriptionTypeDefault
checkedcheckedWhether the slide-toggle element is checked or not. Can be changed programatically, will emit a change event.booleanfalse
disableddisabledWhether the slide-toggle element is disabled or not.booleanfalse
tabIdxtab-idxThe tab index of the togglenumber0
variantvariantColor variant of the toggle component."dark" | "light"'dark'

Events

EventDescriptionType
checkedChangeAn event will be dispatched each time the slide-toggle changes its value.CustomEvent<boolean>

Built with StencilJS