Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Created August 20, 2018 18:11
Show Gist options
  • Save pedrogk/0c1018543cdecf250d2f3baa31f516cc to your computer and use it in GitHub Desktop.
Save pedrogk/0c1018543cdecf250d2f3baa31f516cc to your computer and use it in GitHub Desktop.
Toggle con PowerPlug
<Toggle initial={false}>
{({ on, toggle }) => <Checkbox onClick={toggle} checked={on} />}
</Toggle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment