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
There can be a trick with Checkable Layout like in this post - https://chris.banes.me/2013/03/22/checkable-views/
. Just use some custom layout like this as ListView item layout: