components

Switch

Toggle between two states seamlessly

Source Code

Installation

pnpm dlx radianui@latest add switch

Usage

Imports

import { Switch } from "@/components/ui/switch"

Code

<Switch size="24" />

Examples

Size

Square

Icon Inside Switch

Text Inside Switch

Disabled

On / Off Indicator

OffOn

Icon Indicator

Switch Card

Form

Props

<Switch>
NameDefaultValues
size202024
disabledfalseboolean
External Reference--