码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap 3 のcheckbox-inline

时间:2015-02-12 09:14:50      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

     <div class="form-group">
     <p class="control-label"><b>趣味</b></p>
      <div class="checkbox-inline">
        <input type="checkbox" value="soccer" name="interests" id="interest_soccer">
          <label for="interest_soccer">サッカー</label>
      </div>
      <div class="checkbox-inline">
        <input type="checkbox" value="basketball" name="interests" id="interest_basketball">
          <label for="interest_basketball">バスケットボール</label>
      </div>
      <div class="checkbox-inline">
        <input type="checkbox" value="baseball" name="interests" id="interest_baseball">
          <label for="interest_baseball">野球</label>
      </div> 

 

nameが同じ場合のみ、択一選択できる。 

bootstrap 3 のcheckbox-inline

标签:

原文地址:http://www.cnblogs.com/vonk/p/4287309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!