The checkbox border is invisible on white background.

I played with di
It's too late to answer but I would like to share what worked for me.
Paste below code. It would change the CheckBox border color and textColor
styles.xml
now in your main_activity.xml place below CheckBox code
if above style not working then replace parent theme parent="Theme.AppCompat.NoActionBar" with parent="Theme.AppCompat.Light". Hope it would work.