react-toggle
react-toggle copied to clipboard
Announcement: react-toggle as Preact-ified custom element
See https://github.com/aaronshaf/shaf-toggle
Wraps existing input element:
<label>
<shaf-toggle>
<input type="checkbox" name="joyful" value="yes" checked />
</shaf-toggle>
<span>Wrapper label tag</span>
</label>