checkbox tint color android code example
Example 1: android change checkbox color
<android.support.v7.widget.AppCompatCheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:buttonTint="@color/COLOR_HERE" />
Example 2: android change checkbox color
<CheckBox
...
android:buttonTint="@color/tint_color" />