自定义复选框样式

 <td style="100px" id="MarkSMS">               
   <label class="chk" style="margin-top:5px;margin-left:10px;font-weight: normal;" title="是否发送短信" onclick="selectIsSMS(this)"><input type="checkbox"  id="markSMS" checked="checked" >是否发短信</label>
 </td>
setTimeout($("#MarkSMS").cssCheckbox(), 500);
原文地址:https://www.cnblogs.com/firstcsharp/p/11940314.html