I am implementing the checkbox with listview for every Iten of listview.The Problem i am getting is when I am clicking on any single check box and when i scroll then some ot
Override this methods in your adapter:
override fun getItemId(position: Int) = position.toLong() override fun getItemViewType(position: Int) = position