From c0e8ff58ec9c483f659f1bad66914cb5f95fa1b9 Mon Sep 17 00:00:00 2001 From: cabrinenyona <89448221+cabrinenyona@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:36:16 +0300 Subject: [PATCH] Added radio group description --- documentation/docs/components/radio_group.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/components/radio_group.md b/documentation/docs/components/radio_group.md index 3d08ac1294..d533f9ae42 100644 --- a/documentation/docs/components/radio_group.md +++ b/documentation/docs/components/radio_group.md @@ -1,5 +1,7 @@ # Radio Group +A radio group allows users to select a single option from a list of mutually exclusive choices. It's typically used when there are multiple options available, but the user is allowed to select only one option at a time. + ## Example | type | name | value |parameter_list |