Switch

Switch component documentation.

Usage

Loading...
import { Switch } from "@aqqo/aqqo-ui";
<Switch>Content</Switch>
Loading...

Props

Switch wraps Radix Switch. Custom props: className. Inherits Radix Switch.Root props: checked, onCheckedChange, disabled, required, name.

On this page

  1. Usage
  2. Props
Scroll to top