在不使用jquery的情况下,在twitter的bootstrap中预选单选按钮。
答案 0 :(得分:2)
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="radio" name="options" id="athletebutton" value="1" checked> Athlete </label>
<label class="btn btn-primary">
<input type="radio" name="options" id="coachbutton"> Coach </label>
</div>
使用active
查看截图&amp;视频:
截图: