把這個示例代碼在你app.css或任何CSS文件後ios7.css
.topcoat-checkbox__checkmark:before {
width: 18px !important;
height: 19px !important;
background: rgba(0, 0, 0, 0) !important;
border: 1px solid #535353 !important;
border-radius: 0 !important;
}
input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after {
opacity: 1;
}
.topcoat-checkbox__checkmark:after {
top: -1px !important;
left: 2px !important;
opacity: 0;
width: 14px !important;
height: 6px !important;
background: rgba(0, 0, 0, 0) !important;
border: 1px solid #09C !important;
border-width: 4px !important;
border-top: none !important;
border-right: none !important;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;