Module savory_elements::element::radio[][src]

Radio element

Radios are common elements in most apps, Savory ships radio element that covers common usages.

Radio accept these values on it’s initialization:

  • toggled: initial value
  • text: text descripe the radio
  • color: color used when the radio toggled

See Radio docs to find out more about its methods.

Usage

TODO

Structs

Config
Radio
RadioLens
StyleMap

Enums

Msg