Switch

Toggle switch alternative to the checkbox.

View source
<script lang="ts">
    import { Switch } from 'svxui';
</script>

<Switch />

API Reference

PropertyTypeDefaultDescription
color
string | number | symbol
"neutral"Switch color
elementRef $bindable
HTMLInputElement
Rendered DOM element
radius
union
Switch radius
size
union
"2"Switch size

Examples

Label

Colors

Sizes

States

Disabled

v0.0.13