Switch

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

Code

import { Switch } from '@/components/ui/Switch';
<Switch id='airplane-mode' />
<label htmlFor='airplane-mode'>Airplane Mode</label>