I have a Bootstrap form with some inline radio buttons and a label. I\'d like to keep the label on the same line as the buttons, but I can\'t seem to make that happen. Here\
If you add the 'radio inline' class to the control label in the solution provided by user1938475 it should line up correctly with the other labels. Or if you're only using 'radio' like your 2nd example just include the 'radio' class.