Skip to content

Toggle

Switch toggle with smooth animation. ARIA switch role and keyboard accessible.

Usage

html
<tx-toggle label="Wi-Fi"></tx-toggle>
<tx-toggle label="Bluetooth" checked></tx-toggle>

Properties

PropertyTypeDefaultDescription
checkedbooleanfalseToggle state
labelstring''Label text

Events

EventDetailDescription
tx-change{ checked: boolean }Fires on toggle

Live Demo