To change tick color on Checkbox Form Block, you can use this code to Website > Website Tools > Custom CSS.
.form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-block-form .form-item.checkbox label input[type="checkbox"]:checked {
background-color: #fff !Important;
}
.form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-block-form .form-item.checkbox label input[type="checkbox"]:checked::before {
background-color: #000 !important;;
}