Questions tagged [ischecked]
78 questions
-1
votes
1 answer
checkbox.isChecked return "null" : Why ?! - Android
I have put a checkbox in a activity.
This is the XML :

Rémy BRILLET
- 295
- 1
- 4
- 8
-3
votes
1 answer
IsChcked() doesn't response to the Checkbox state (android studio)
Hi I have 2 CheckBox (cb1, cb2). I set default values to
cb1.setchecked(true)
cb2.setchecked(false).
Then I set an OnClickListener to cb2. In the the onClick method I wrote :
cb2.SetChecked(true);
cb1.SetChecked(false);
The problem is that by…

Liavba
- 75
- 9
-5
votes
1 answer
If Radio button is checked method android
Hey i have this code in java:
If (Yes.isChecked()){
FreeEvent = "True";
} else{
FreeEvent = "False"; }
Yes is a radio button and FreeEvent is a string and both are setup fine.
I want to execute Line2 if…

user3001471
- 37
- 2
- 7