I'm trying to change the color of a checkbox but its not working. How to change the color of checkbox after it's checked? I'm applying a theme but its not working:
<item
android:id="@+id/tagsSelectAll_menu"
app:actionViewClass="android.support.v7.widget.AppCompatCheckBox"
android:checkable="true"
android:theme="@style/WhiteCheck"
app:showAsAction="always"
android:title="SelectAll"/>