views:

112

answers:

1

How can I achieve a smaller checkbox input, for use in densely populated lists etc. using standard HTML + CSS?

+3  A: 

Resizing the checkbox input isn't reliable cross-browser. Check out this site for some investigation:

Styled checkboxes

RDL