mercredi 29 juin 2016

Making checkbox transparent [duplicate]

This question already has an answer here:

I've made a form with a checkbox. Now I need to make a checkbox appear as on the image:

checkbox transparent

What would be the best way to achieve this?

Also, they checkbox should be :checked once the label is clicked.

HTML:

<label>
    <input id="custom-checkbox" type="checkbox" required>
    Disclaimer: Click here if you are okay...
</label>




Aucun commentaire:

Enregistrer un commentaire