zoukankan      html  css  js  c++  java
  • bootstrap 3 のcheckbox-inline

         <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が同じ場合のみ、択一選択できる。 

  • 相关阅读:
    DOM编程
    BOM编程
    JavaScript
    CSS
    HTML入门
    shiro与项目集成开发
    shiro授权测试
    散列算法
    shiro认证流程
    spring boot 入门及示例
  • 原文地址:https://www.cnblogs.com/vonk/p/4287309.html
Copyright © 2011-2022 走看看