My web page uses checkboxes. They appear very small. I tried to make them bigger by using \"font-size: 1.5em\". This didn\'t seem to change them at all.
Sadly, CSS is kinda undefined with making possibilities of modifying them limited. Various browsers do things differently. width and height practically work on checkboxes only in Internet Explorer.
Various solutions appeared, for example emulating checkboxes using JS, so those can be styled.