scratch-box is a web component wrapper around the "CUSTOM ANIMATED CHECKBOXES" codepen by Sara Soueidan.
To use from CDN:
<scratch-box imp-h="scratch-box/root.html">
<span slot=labelTxt>Create demo</span>
</scratch-box>
<scratch-box>
<span slot=labelTxt>Write article</span>
</scratch-box>
<scratch-box>
<span slot=labelTxt>Exercise</span>
</scratch-box>
<script type="importmap">
{
"imports": {
"scratch-box/": "https://cdn.jsdelivr.net/npm/scratch-box@0.0.14/",
"be-bound/": "https://esm.sh/be-bound@0.0.38/"
}
}
</script>
<script type=module src=https://esm.sh/imp-h@0.0.4 crossorigin="anonymous"></script>
<script type=module src=https://esm.sh/xtal-element@0.0.636/index.js crossorigin=anonymous></script>