So, I want to apply tint to AppCompat Checkbox.
Everything works fine on Lollipop:
android:buttonTint=\"@color/purple_FF4081\"
or t
You can color directly in the xml. Use buttonTint for the box: (as of API level 23)
You can also do this using appCompatCheckbox v7 for older APIs: