From c9af956bdb51fb782b410a2749a58e549196dde4 Mon Sep 17 00:00:00 2001 From: akennedy Date: Wed, 17 Jun 2026 10:14:30 -0700 Subject: [PATCH] Updated the `Dialog:radio()` documentation with instructions on how to create a new group. --- api/dialog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/dialog.md b/api/dialog.md index 18d54af..0e84a64 100644 --- a/api/dialog.md +++ b/api/dialog.md @@ -315,6 +315,8 @@ dlg:radio{ id=string, Creates a radio button. Arguments are the same as in [Dialog:button](#dialogbutton). +Using `label` creates a new group. + ## Dialog:separator() ```lua