Switch

An accessible toggle switch for boolean values, perfect for settings and preferences.

Interactive Playground

Switch

Toggle the switch state

Checked: false

Props

PropTypeDefaultDescription
checked booleanfalseSwitch state (bindable)
size 'sm' | 'md' | 'lg''md'Size of the switch
disabled booleanfalseDisable the switch
name string''Form field name
id string-Custom ID (auto-generated if not provided)
onchange function-Change event handler

Examples

Basic Usage

Sizes

Without Label