radio button with image

PHOTO EMBED

Tue Oct 24 2023 17:23:13 GMT+0000 (Coordinated Universal Time)

Saved by @benjaminb #terminal #bash

input[type="radio"] {
    margin-right: 1em;
    appearance: none;
    width: 12px;
    height: 12px;
    background-image: url("checkbox_off.gif");       
}

input[type="radio"]:checked {
    background-image: url("checkbox_on.gif");           
}
content_copyCOPY

https://stackoverflow.com/questions/17541614/use-images-instead-of-radio-buttons