From a23d0c76ce8ce3f1ce8872ba0f3341da7d70c60e Mon Sep 17 00:00:00 2001 From: Kampheta Date: Wed, 1 Jan 2025 22:42:13 +0100 Subject: [PATCH] Refine wording for binary yes/no options in radio buttons. Updated phrasing to improve clarity and consistency, emphasizing when to use checkboxes for two opposing choices. No functional or structural changes were made. --- topics/ui/controls/radio_button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ui/controls/radio_button.md b/topics/ui/controls/radio_button.md index 2b7204938..69fada9f6 100644 --- a/topics/ui/controls/radio_button.md +++ b/topics/ui/controls/radio_button.md @@ -22,7 +22,7 @@ Use a radio button group to choose one option from 2 to 4 mutually exclusive opt Use a group of [checkboxes](checkbox.md) instead. ### Binary Yes/No Options -There are only 2 opposite yes/no options. Use a checkbox instead. +For only two opposing yes/no options, use a checkbox instead.