Someone on the design side wants the checkboxes to match the brand's indigo instead of the browser's default blue. Reasonable ask. So you open the CSS file and start down the well-worn path: input [ type = "checkbox" ] { appearance : none ; width : 18px ; height : 18px ; border : 2px solid #636...

Source: [Dev.to](https://dev.to/parsajiravand/one-css-property-replaces-your-checkbox-hack-4jhk)

Sponsored