.ui-checkbox {
    width: 20px;
    height: 20px;
    background: #528CE0;
    cursor: pointer;
}

.ui-checkbox.checked {
    background: #710909;
}
