Switch

A toggle between two mutually exclusive states. Built on Radix Switch.

Props

PropTypeDefaultDescription
checkedboolean-Controlled checked state
onCheckedChange(checked: boolean) => void-Callback on toggle
disabledbooleanfalseDisabled state

Import

import { Switch } from '@blastx/ui';