用户检查时如何显示图像(勾选的图像)而不是复选框的默认勾选?
我尝试使用checkedCls
配置,其中图像来自复选框的背面。
checkedCls: 'checkedBoxStyle'
.checkedBoxStyle{
background-image:url('http://www.chathamhouse.org/sites/default/files/public/images/buttons/tick-icon.png');
background-repeat:no-repeat;
}
jsfiddle开始。