Created
August 20, 2018 18:11
-
-
Save pedrogk/0c1018543cdecf250d2f3baa31f516cc to your computer and use it in GitHub Desktop.
Toggle con PowerPlug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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