1. Import Checked.png and unchecked.png two photos first
2. Under Res/drawable, add selector (such as check_state.xml) files:
<?xml version= "1.0" encoding= "Utf-8"?>
<selector xmlns:android= "Http://schemas.android.com/apk/res/android" >
<item android:state_checked= "true"
android:drawable= "@drawable/checked"/>< effect!--selected
<item android:state_checked= "false"
android:drawable= "@drawable/unchecked"/><!--not selected effects--
<!--modify it to your own picture.
</selector>
3. Modify the checkbox's properties: android:button= "@drawable/check_state" custom button style
If the ******************************************************* is not displayed correctly
The system gives the checkbox a default background, just set the background of the next checkbox
=====================================================
Right and replace picture at the same time:
android:button= "@null"
android:drawableright= "@drawable/status_selector"
Change the default checkbox to the selected and selected pictures under Android