I have a radio button that I want to represent both true and false value.
- When it false(uncheck), click it to make it true(check)
- When it true(check), click it to make it false(uncheck)
How can I do that with WPF?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
ToggleButtonwhich hasIsCheckedproperty represents both true and false values.