Toggle
<script>
import { Toggle } from '@thetinkerinc/toggle';

import style from './style.js';

let checked = false;
</script>

<Toggle {style} bind:checked />
Props
checked:
disabled:
style:
Object
Slots
This component doesn't have any slots
Events
on:change
Styling
knobColor:
size:
//style.js
export default style = {};