import { Meta, Canvas, Source, Primary, Controls, Title, Description } from "@storybook/addon-docs";
import * as stories from "./switch.stories";
```ts
import { SwitchModule } from "@bitwarden/components";
```
NOTE: The switch component will span 100% of the width of its container. These stories have a
container with a `max-width` of 600px
## Stories
### Default
### Used with a from
### With Long Label
### Disabled