<CheckBox
 android:id="@+id/CheckBox01_district"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:gravity="end"
 android:padding="10dp"
 android:layout_marginRight="6sp"
 android:focusable="false" />
I have written this for checkbox .Its showing well in Kitkat but showing faded in Marshmallow.
 
    