Preview
Use Case
Designed for high-contrast visibility in Logistics control panels, this Svelte 5 switch uses strict ARIA roles for accessibility. The tactile design mimics physical industrial switches for intuitive operation.
Industry Applications
System Control Panel (logistics)
Control system settings with physical-feeling toggle switches. The tactile design provides clear on/off state visibility from across the room.
- • High-contrast ON/OFF indicators
- • ARIA role="switch" for accessibility
- • Keyboard accessible with Enter/Space toggle
- • Satisfying click animation on interaction
Feature Flag Controls (devops)
Enable/disable features in real-time with immediate visual feedback. The industrial styling makes critical toggles unmistakable.
- • Clear label positioning for safety-critical controls
- • Bindable state integrates with any state management
- • Focus ring for keyboard navigation
- • Optimistic UI updates with rollback support
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Bindable checked state |
label | string | '' | Label displayed next to the toggle |
class | string | — | Additional CSS classes |
Related Components
See it in Action
Explore the Toggle in an interactive dashboard environment.
Customize in ShowroomMore Inputs Components
Button
Inspired by the Braun ET66 calculator, this button features a satisfying press animation and gradient shading that creates depth.
Input
Designed to feel carved into the interface rather than sitting on top, this input uses inner shadows to create depth.
Select
This custom select provides a consistent look across browsers while maintaining full keyboard accessibility.