How do I change the default color of the Android checkbox from green checkmarks to blue for a particular CheckBox?
This is easy to do in xml using buttonTint (as of API level 23):
buttonTint
and as Nicolás pointed out, you can do this using appCompatCheckbox v7 for older APIs:
appCompatCheckbox v7