Skip to main content

One post tagged with "scss"

View All Tags

Quick CSS Tips - part 1

· One min read
Anand Raja
Senior Software Engineer

Changing the color of checkbox if checked

<label for="checkbox1" class="checkbox">
<input id="checkbox1" type="checkbox" role="checkbox" />
<span class="custom"> Checkbox </span>
</label>