Very easy. Do it in an elegant way:
- Create your own checkbox button. It includes a checked and unchecked state.
- Edit your layout file, for checkbox node:
- Set
android:button="@null"
- Set
android:drawableRight="@drawable/YOUR_CHECKBOX_BUTTON"
Perfectly solve your problem.
If you want to put the text under your button, set android:drawableTop.