Switch

A control that allows the user to toggle between checked and not checked.

Was this example helpful?

Usage


import { Switch } from "@medusajs/ui"
<Switch />

API Reference


This component is based on the Radix UI Switch primitive.

PropTypeDefault
size
"small"
|"base"
"base"
Was this section helpful?

Examples


Small

Was this example helpful?

Disabled

Was this example helpful?

Checked

Was this example helpful?

Checked Disabled

Was this example helpful?