Skip to content

Checkbox checkmarks that scale

Created by: ehunter-usgs

I have been implementing the new checkboxes and in lots of places the inputs are smaller than 1em. Based on how the checkmark is being added in an after, this provides a solution that works across browsers and different label font-sizes.

The markup looks ridiculous, however:

  • It's more consistent across browsers
  • scales up and down
  • looks better in IE

Merge request reports