Padding between checkbox and label

Use margin-right. padding is inside the element, and often acts funny with input elements because they are rendered using the OS’s native input components, and are a mess to customize in general.

JSFiddle here

Leave a Comment