cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
8
# Radio

The [`Radio`][radio] widget is a [`Button`](./button.md) that shows a circular
indicator when a [`Dynamic<T>`][dynamic] contains the radio's associated value.
When clicked, the `Dynamic<T>` is updated to the radio's associated value.

[radio]: <{{ docs }}/widgets/radio/struct.Radio.html>
[dynamic]: <{{docs}}/value/struct.Dynamic.html>