my selectedCheckboxStyle is `{ width: 22, height: 22, borderWidth: 1, borderColor: "blue", backgroundColor: "blue", borderRadius: 4, color: "white", alignItems: "center", justifyContent: "center", },` everything is working fine, but the "check" in the checkbox is still the original color. Thanks.