Bug 472761

Summary: FormSwitchDelegate: Changes of "checked" not recognized
Product: [Frameworks and Libraries] kirigami-addons Reporter: melvo
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: REPORTED ---    
Severity: major CC: carl
Priority: NOR    
Version: 0.7.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description melvo 2023-07-28 20:17:14 UTC
SUMMARY
The "FormSwitchDelegate" does not change its "checked" value when bound to a changing property

STEPS TO REPRODUCE
1. Set "checked" to a property that can change (i.e., has a "*changed" signal)
2. Change that property
3. "checked" value does not change

EXPECTED RESULT
As with a "SwitchDelegate" from "QtQuick.Controls", the value of "checked" should be updated. As far as I remember, the "FormComboBoxDelegate" had the same issue while the "ComboBox" of "QtQuick.Controls" worked as expected too.