<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@drawable/setting_checkbox"
android:text="记住密码"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@drawable/setting_checkbox"
android:text="记住密码"
/>
setting_checkbox.xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/setting_checkbox_s" android:state_checked="true"/>
<item android:drawable="@drawable/setting_checkbox" android:state_checked="false"/>
</selector>