Code in C#
Binary.frm_binaryQuesiton1.radioCheck.Checked = true;
So here's the problem, I'm creating an application which allow user to check any radio button they want and move to the next question, but once they go back, the selection will disappear, are there any way of storing which radio button did user click, and it will autoclick once the form is loaded? (like what I was trying to do in the code)