9 <!-- no style for reference -->
10 <input type=
"checkbox">
11 <input type=
"checkbox" checked
>
15 <input type=
"checkbox" style=
"border: 3px solid lime;">
16 <input type=
"checkbox" style=
"border-radius: 6px;"> <br>
19 <input type=
"checkbox" style=
"background: linear-gradient(to bottom, #dea 0%,#9c7 44%,#494 100%);"> <br>
22 <input type=
"checkbox" style=
"box-shadow: 4px 4px 10px rgba(255,0,0,0.5), inset 4px 4px 4px rgba(0,255,0,0.5);"> <br>
25 <input type=
"checkbox" style=
"width: 8px; height; 8px;">
26 <input type=
"checkbox" style=
"width: 16px; height; 16px;">
27 <input type=
"checkbox" style=
"width: 24px; height; 24px;"> <br>
30 <input type=
"checkbox" style=
"zoom: 1.5;" id=
"zoomed15">
31 <input type=
"checkbox" style=
"zoom: 2;"> <br>
33 document
.querySelector('#zoomed15').focus();