代码在下面
<div id="radioset">
<input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label></input>
<input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label></input>
<input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label></input>
</div>
<script>
$("#radioset").buttonset();
</script>
异常状况
在 webform中的正常状况