我正在使用MVC5和Bootstrap,我有以下代码生成标签和复选框.我想将复选框对齐它的div右侧.这是一个bootstrap类吗?或者我如何在CSS中执行此操作?
@Html.LabelFor(model => model.Use_Address, htmlAttributes: new { @class = "control-label col-md-3" })@Html.CheckBoxFor(model => model.Site.Use_Address, new { id = "checkUseAddress" })
Naqash Malik.. 6
在bootstrap中有一个"拉右"类,试试这个.
在bootstrap中有一个"拉右"类,试试这个.