<style>
input.checkbox
{
width:300px;
height:300px;
margin:0px 0 0 0px;
}
</style>
<body>
<input type="checkbox" class="checkbox"/>
Iwant to increase the checkbox size, but this code is properly work in Internet Explorer, but not in Safari.