iOS input[type=checkbox]打勾后不显示选中状态的问题

webkit内核浏览器样式设置的问题:

原因是,-webkit-appearance样式属性,被设置为了none或者auto
解决办法:将-webkit-appearance属性设置为checkbox