awesome-bootstrap-checkbox简单使用
使用实例
<div class="radio radio-success radio-inline">
<input type="radio" id="hasCheckAgree_0" hascheck="1" fcid="0068bda876ea4242b0a77f0d6e92ee07" onchange="checkChange(this)" value="1" name="hasCheckRadio_0">
<label for="hasCheckAgree_0">同意</label>
</div>
<div class="radio radio-danger radio-inline">
<input type="radio" id="hasCheckDisagree_0" hascheck="1" fcid="0068bda876ea4242b0a77f0d6e92ee07" onchange="checkChange(this)" value="0" name="hasCheckRadio_0" checked="">
<label for="hasCheckDisagree_0">不同意</label>
</div>
官方文档地址
官方demo地址