<style lang="wxss">
label.checkbox {
padding-left: 20rpx;
}
checkbox .wx-checkbox-input{
width: 22rpx;
height: 22rpx;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked{
border: 1rpx solid transparent;
background-color: #da2728;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
width: 22rpx;
height: 22rpx;
line-height: 22rpx;
text-align: center;
font-size:22rpx;
color:#fff;
background: transparent;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}
</style>