checked props is deprecated, instead now we provide you with defaultIsChecked and isChecked prop to better manage your checkbox. For most cases checked can be replaced with isChecked.
Colors of the Checkbox:
In v3 the color is controlled by colorScheme prop. And it accepts all the color available in the theme.
onPress props is deprecated, instead v3 provides onChange which provides a callback when state of the checkbox change.