I am trying to use R.layout.simple_list_item_multiple_choice with ListView. CheckedTextView is used in simple_list_item_multiple_choice.xml, but how can I make the checkbox
Create your own row template and set android:drawableLeft on the CheckedTextView.
or
android:drawableLeft="?android:attr/listChoiceIndicatorSingle"