<!doctype html> <input type="button">Normal button<br> <input type="button" style="appearance: none">No appearance button<br> <input type="checkbox">Normal checkbox<br> <input type="checkbox" style="appearance: none">No appearance checkbox<br> <input type="radio">Normal radio<br> <input type="radio" style="appearance: none">No appearance radio<br>