就是一个小js,直接上代码
$("input[name='checkboxlist']").each(function () { if (this.checked && e.value != this.value){ this.checked = false; } });