How to custom checkbox checked background color?
-
<label class="checkbox checkbox--material terms"> <input type="checkbox" class="checkbox__input checkbox--material__input" v-model="checkState"> </label>
-
@master, see if this helps you!
Just replace radiobutton with checkbox and play with it in Codepen.