Add `min-height` on radios/checkboxes?
If there's no text in a label within an inline or regular radio/checkbox, the alignment of the component is thrown off. This is due to position: absolute;
on the input
. When there's no text, the height of the parent element is collapsed.
See #9725 (closed).