From e3d9bcd99ccf1a3e4c97db477791a6f3e91c8c51 Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:27:13 +0100 Subject: [PATCH] docs(radio set): add bindings --- docs/widgets/radioset.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/widgets/radioset.md b/docs/widgets/radioset.md index f947dbc2ff..78a6e28d9a 100644 --- a/docs/widgets/radioset.md +++ b/docs/widgets/radioset.md @@ -58,7 +58,12 @@ Here is an example of using the message to react to changes in a `RadioSet`: ## Bindings -This widget has no bindings. +The `RadioSet` widget defines the following bindings: + +::: textual.widgets.RadioSet.BINDINGS + options: + show_root_heading: false + show_root_toc_entry: false ## Component Classes