1. Primitives
  2. Switch

<Switch />

The Switch component allows the user to toggle a setting on and off.
<Card padding={4} style={{textAlign: 'center'}}>
<Inline space={[3, 3, 4, 5]}>
<Switch checked />
<Switch checked={false} />
<Switch />
</Inline>
</Card>

Properties  

The Switch component’s properties extend all properties of an <input type="checkbox" /> element, except type.
indeterminate?: boolean
Made withby folks at