用disabled会使控件整个灰掉,checkbox没有readonly属性,可以用下面的写法:
<input id="check1" type="checkbox" onclick="this.checked=!this.checked"/>