You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a CheckboxSet widget based on the RadioSet widget, pretty much the same thing, but with checkboxes instead. This allows the user to tab to the CheckboxSet, use the arrow keys to make a quick selection of a couple of checkboxes and then tab to the next logical form field in a wider form.
Would something like this be generally useful (i.e. should I submit a PR) or is it a niche thing?
Here's an example of what it currently looks like (this is a modal window with a Label, a CheckboxSet wrapped in a VerticalScroll and some Buttons):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've written a
CheckboxSet
widget based on theRadioSet
widget, pretty much the same thing, but with checkboxes instead. This allows the user to tab to theCheckboxSet
, use the arrow keys to make a quick selection of a couple of checkboxes and then tab to the next logical form field in a wider form.Would something like this be generally useful (i.e. should I submit a PR) or is it a niche thing?
Here's an example of what it currently looks like (this is a modal window with a
Label
, aCheckboxSet
wrapped in aVerticalScroll
and someButton
s):Beta Was this translation helpful? Give feedback.
All reactions