I have a togglebutton which is not responding to my setChecked(...) method. Here is the code:
mBool = mPrefs.getBoolean(\"buttondefault\", true); Boolean b =
The code I presented was just copied from different methods. Long story short I was setting the boolean after I initialized and set the button's checked status. Apologies.