<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-primary success active">
<input type="radio" name="options" id="optionFalse" checked />false
</label>
<label class="btn btn-sm btn-primary danger">
<input type="radio" name="options" id="optionTrue" />true
</label>
</div>
$('#optionTrue').button('toggle');
我已经阅读了更多的问题答案,但没有一个有效。按钮切换不起作用,我尝试添加/删除“活动”类,没有效果。我正在使用 1.10 jQuery 和 3.1 Bootstrap。这应该很简单,我正在拔头发!