【发布时间】:2023-02-04 13:06:24
【问题描述】:
i want to make my code like this
saya ingin membuat button group untuk skala perbandingan metode AHP
【问题讨论】:
标签: php html css bootstrap-4 buttongroup
i want to make my code like this
saya ingin membuat button group untuk skala perbandingan metode AHP
【问题讨论】:
标签: php html css bootstrap-4 buttongroup
将代码更改为这种格式
<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
【讨论】: