if (noob.IsChecked)
{
//blah blah
}
When I try to use this code to see if RadioButton Name=”noob” is checked, I get the error:
Cannot implicitly convert type ‘bool?’ to ‘bool’. An explicit conversion exists (are you missing a cast?)
See: http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/778db998-d92e-494d-83b1-5be66e0ebe5c/