Switch
The Switch
component allows the user to toggle a setting on and off.
The Switch
component’s properties extend all properties of an <input type="checkbox" />
element, except type
.
indeterminate?: boolean
Updated May 26, 2021 @ 03:26
On this page