Switch

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

Was this example helpful?

Usage#


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

API Reference#


This component is based on the Radix UI Switch primitive.

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

Examples#


Small#

Was this example helpful?

Disabled#

Was this example helpful?

Checked#

Was this example helpful?

Checked Disabled#

Was this example helpful?