UX-3157, Link fixed in the radio_button.md

This commit is contained in:
eldar-jetbrains 2025-01-24 12:12:13 +01:00
parent aa43ffb610
commit 8d66140ced

View File

@ -19,7 +19,7 @@ Use a radio button group to choose one option from 2 to 4 mutually exclusive opt
## When not to use
### Several options in a group can be selected
Use a group of [checkboxes](checkbox.md) instead.
Use a group of [checkboxes](checkbox.topic) instead.
### Binary Yes/No Options
For only two opposing yes/no options, use a checkbox instead.