CSS Only Custom Checkbox
I've always loved to create nice solutions with only CSS for everyday problems.One of them is to create a Custom Checkbox without any third-party js libraries.
The HTML
First, we should create an HTML snippet for our component.
<div class="wrapper">
...
tyutyesz.hashnode.dev2 min read