<style> input.checkbox { width:300px; height:300px; margin:0px 0 0 0px; } </style> <body> <input type="checkbox" class="checkbox"/>
I want to increase the size of the checkbox, but this code works correctly in Internet Explorer, but not in Safari.
css checkbox safari
Karandeep singh
source share