I\'m trying to dynamically create some CheckBoxes in one of my Android activities, but it\'s not rendering the text.
Here is my simplified code...
L
I just did the same and found that I was using setText("") in the initialisation code rather than setChecked(false). Dur!
setText("")
initialisation code
setChecked(false)