【问题标题】:how to select button input range with radio button如何使用单选按钮选择按钮输入范围
【发布时间】:2023-02-04 13:06:24
【问题描述】:

this is my code

i want to make my code like this

saya ingin membuat button group untuk skala perbandingan metode AHP

【问题讨论】:

    标签: php html css bootstrap-4 buttongroup


    【解决方案1】:

    将代码更改为这种格式

    <label class="btn btn-primary">
    <input type="radio" name="skala" id="1" checked>1
    
    </label>
    

    input checked="checked" 更改为 input checked="true"input checked

    checked 属性的默认值为 true

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-12-28
      • 1970-01-01
      • 1970-01-01
      • 2018-09-11
      • 2015-11-26
      • 2011-04-17
      • 1970-01-01
      相关资源
      最近更新 更多