Well, if we're going to pick nits related to pet peeves, the comparision
should really be right:
myCheck.Checked = IsInterested.Equals("yes",
StringComparison.OrginalIgnoreCase);
Ya never know when some dev down the line will use "Yes" instead of "yes".
(I know, this is a strange pet peeve, but....)