firefox firebug中禁用了bootstrap 3复选框

时间:2014-01-11 10:35:07

标签: html twitter-bootstrap mozilla

我无法理解为什么在firefox firebug中禁用了bootstrap 3的复选框。我使用相同的代码在我的表单中使用相同的代码添加复选框。这是我的代码。

<div class="form-group">
   <div class="col-sm-offset-2 col-sm-10">
      <div class="checkbox">
          <label>  
               <input type="checkbox"> Remember me  
          </label> 
      </div>
   </div>
</div>

解决问题有什么问题吗?或者是编码问题?感谢

1 个答案:

答案 0 :(得分:0)

嘿,我终于解决了这个问题。我使用了bootstrap 3和flat-ui所以flat-ui禁用了复选框。所以我不得不在我的CSS中给出显示块。