Skip to main content

JeToggle | <je-toggle>

Properties

PropertyAttributeDescriptionTypeDefault
labelPlacementlabel-placementIf the label should be placed at the start or end of the toggle"end" | "start"'end'
originalValueoriginal-valueOriginal value form will reset tobooleanundefined
valuevalueWhether or not the toggle is activebooleanfalse

Events

EventDescriptionType
valueChangeEmits the new value whenever toggle is clickedCustomEvent<boolean>

Built with StencilJS