Description
Why does Button have an ICommand to handle the click event but Checkbox has no such convenience?
Steps to Reproduce
Add Checkbox to view/control.
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
I was not able test on other platforms
Affected platform versions
windows 10.0.19041.0
Did you find any workaround?
Community toolkit EventToCommand.
Writing code in the setter of a property bound to IsChecked. The horror.
Relevant log output
No response
Description
Why does Button have an
ICommandto handle the click event but Checkbox has no such convenience?Steps to Reproduce
Add Checkbox to view/control.
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
I was not able test on other platforms
Affected platform versions
windows 10.0.19041.0
Did you find any workaround?
Community toolkit EventToCommand.
Writing code in the setter of a property bound to
IsChecked. The horror.Relevant log output
No response