Commit a90d954d authored by DonLakeFlyer's avatar DonLakeFlyer

New value is not being set correctly

parent 8962f261
...@@ -18,5 +18,5 @@ QGCCheckBox { ...@@ -18,5 +18,5 @@ QGCCheckBox {
text: qsTr("Label") text: qsTr("Label")
onClicked: fact.value == checked ? checkedValue : uncheckedValue onClicked: fact.value = (checked ? checkedValue : uncheckedValue)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment