How do I set a C# checkbox property to "unchecked" for the purpose of saving a setting? I'm using the .NET settings feature to store the state of a checkbox. When the form loads it grabs that setting and checks or un-checks that checkbox accordingly. The code below works to set the setting to true. But there is no definition for unchecked in this context.
Can anyone help?
Thanks.
PS. This is using VS2010, C# and .NET 3.5