Toggle switch alternative to the checkbox.
This component inherits props from the Switch primitive and supports common margin props.
Use the size
prop to control the size of the switch.
Use the variant
prop to control the visual style of the switch.
Use the color
prop to assign a specific color.
Use the highContrast
prop to increase color contrast in light mode.
Use the radius
prop to assign a specific radius value.
Composing Switch
within Text
automatically centers it with the first line of text.
It is automatically well-aligned with multi-line text too.
Use the native disabled
attribute to create a disabled switch.