How to specify a constraint for a bunch of CheckBox that at least a CheckBox should be checked? #2932
Unanswered
evan0greenup
asked this question in
Q&A
Replies: 1 comment
-
One day we'll have a RadioButton (#2732) In the mean time, it has to be done manually. slint/examples/fancy_demo/main.slint Lines 388 to 395 in c170c51 In that example, the RadioButton is just like a CheckBox, but it uses "clicked" instead of "toggled" And also the unsel funciton is slint/examples/fancy_demo/main.slint Line 363 in c170c51 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there is a bunch of CheckBox (Just mentally selected, no extra components are involved), If I want to add a logical constraint to them which at any moment, at least a CheckBox should be checked.
What is the most efficient way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions