import * as React from 'react';
import ToggleSwitch from './toggle-switch';
export default { title: 'Form Elements | Toggle Switch' };
const defaultOnChange = () => {};
export const Checked = () => ;
export const Unchecked = () => ;
export const Disabled = () => (
<>
>
);