samedi 16 mai 2020

How to change the true state of a checkbox to an icon?

i was making a login screen for a website (subject: vintage lights) en wanted a checkbox. But i tought it would be intresting if the true state of the checkbox is an icon of a lightbulb. Is this possible in any or other way?[1]: https://i.stack.imgur.com/1l1rq.jpg this is my code of the form/checkbox: `

                    <form>
                        <input type="text" placeholder="Enter Email">
                        <input type="password" placeholder="Enter Password">
                        <input class="customCheckbox" type="checkbox" id="rememberMe">
                        <label for="rememberMe">Remember Me</label>
                    </form>



Aucun commentaire:

Enregistrer un commentaire