I\'m using CheckboxPreference in a PreferenceActivity and an AppCompat theme from the v21 support library. As you already know, with this latest library widgets like checkbo
If you are using AppCompat, then use the app compat items in your style.xml file.
For example, use:
NOT (notice "android:"):
This fixed the issue for me.