multiselectspinnerlibrary A sample library to use multiple select checkboxes in a spinner This is a sample test release To use this library in your project follow the below steps Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Add the dependency dependencies { implementation 'com.github.udaykumar-8329:multiselectspinnerlibrary:v1.0' }