How to set element Spinner,Check box and RadioButton in Appium Test case Android

I am New Tester in Appium…So please suggest me How to set element Spinner,CheckBox and RadioButton in Appium Test case Android

@Bhavesh, your question is to vague to answer except in a vague way, so please forgive me if there is not enough detail in my answer.

You set the elements by locating them, by name, id, xpath, etc, then you can modify the element by using the click method.