diff --git a/docs/widgets/radioset.md b/docs/widgets/radioset.md index 41e1cf2d2..df348d278 100644 --- a/docs/widgets/radioset.md +++ b/docs/widgets/radioset.md @@ -31,6 +31,8 @@ The example below shows two radio sets, one built using a collection of ### ::: textual.widgets.RadioSet.Changed +#### Example + Here is an example of using the message to react to changes in a `RadioSet`: === "Output"