Files
textual/docs/widgets/radioset.md
2023-02-23 15:31:32 +00:00

699 B

RadioSet

A container widget that groups RadioButtons together.

  • Focusable
  • Container

Example

The example below shows two radio sets, one built using a collection of radio buttons, the other a collection of simple strings.

=== "Output"

```{.textual path="docs/examples/widgets/radio_set.py"}
```

=== "radio_set.py"

```python
--8<-- "docs/examples/widgets/radio_set.py"
```

=== "radio_set.css"

```sass
--8<-- "docs/examples/widgets/radio_set.css"
```

Messages

::: textual.widgets.RadioSet.Changed

See Also