0

I have created a dynamic listview which contains a CheckBox.what I want is at once only one CheckBox should be selected from List & Other should be deselected.How can I do this Plz Help

Arun Badole
  • 10,977
  • 19
  • 67
  • 96

2 Answers2

0

Take a look at the RadioGroup class.

Ted Hopp
  • 232,168
  • 48
  • 399
  • 521
0

RadioGroup as previously mentioned is discussed in detail here: http://developer.android.com/resources/tutorials/views/hello-formstuff.html#RadioButtons

For more about what you appear to be trying to do, let me point you to Android: How to make RadioGroup work correctly in a ListView?

Community
  • 1
  • 1
Femi
  • 64,273
  • 8
  • 118
  • 148