Unverified Commit 39d73e52 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6394 from DonLakeFlyer/FactCheckBox

FactCheckBox: New value is not being set correctly
parents c2f2d380 a90d954d
...@@ -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