Lining up labels with radio buttons in bootstrap

后端 未结 7 843
忘掉有多难
忘掉有多难 2020-12-23 19:07

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\

7条回答
  •  半阙折子戏
    2020-12-23 19:34

    This is all nicely lined up including the field label. Lining up the field label was the tricky part.

    HTML Code:

    CSHTML / Razor Code:

    @Html.Label("Create a", htmlAttributes: new { @class = "control-label col-md-5" })

提交回复
热议问题