Trying to align a radio/checkbox text on top and centered of the input using the latest version of bootstrap (v4 beta 3). The radio/checkbox seems to be two parts: .custom-control-label::before
and .custom-control-label::after
, making it challenging to figure out how to adjust the position of input or text.
You can view a demo in this plunker link if you want more info