khonsulabs / cushy

An experimental cross-platform graphical user interface (GUI) crate for Rust.
Apache License 2.0
498 stars 25 forks source link

Add Radio buttons #68

Closed ecton closed 1 year ago

ecton commented 1 year ago

Similar to checkboxes, but they should be groupable somehow.

In most cases I can think of, button grouping happens with the hierarchy, so a RadioGroup widget that sits in the hierarchy might be good enough. However, something that is outside of the hierarchy would allow any sort of layout while still supporting grouping the radio buttons.

ecton commented 1 year ago

This has been completed.