Switch
Switch is used to view or switch between enabled or disabled states.
Example
Props
Name |
Type |
Default |
Description |
checked |
boolean | "indeterminate"
|
false
|
Whether the switch is checked |
disabled |
boolean
|
false
|
When true, prevents the user from interacting with the switch. |
name |
string
|
""
|
The name of the switch. Submitted with its parent form as part of a name/value pair. |
required |
boolean
|
false
|
When true, indicates that the user must check the switch before the parent form can be submitted. |
value |
string
|
"on"
|
The value given as data when submitted with a name. |
Slots
Name |
Description |
default |
— |
Custom Properties
--br-switch-thumb-background-color
--br-switch-thumb-hover-box-shadow
--br-switch-thumb-transition
--br-switch-track-active-background-color
--br-switch-track-background-color
--br-switch-track-padding
--br-switch-track-transition