Component Documentation
Switch
The Switch component is a toggle control that lets users switch between two states — typically “on” and “off”. It’s commonly used for settings, preferences, and feature toggles.
Each Switch includes:
- A label to describe the toggle
- An optional description for extra context
Usage
- Drag the Switch component onto the canvas.
- Edit the label and description using the Component Properties panel.
- Place it within forms, cards, or settings panels as needed.
This component provides a modern, intuitive alternative to checkboxes for binary choices.