Skip to content

Commit a5bdb7f

Browse files
committed
UX-2323 Update Radio Button article: fix images and some text details
1 parent 2ecb0d1 commit a5bdb7f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
6.65 KB
Loading
6.41 KB
Loading

topics/ui/controls/radio_button.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use a radio button group to choose one option from 2 to 4 mutually exclusive opt
1919
## When not to use
2020

2121
### Several options can be selected
22-
Use a group of [checkboxes](checkbox.md) when several options can be selected.
22+
Use a group of [checkboxes](checkbox.topic) when several options can be selected.
2323

2424
### Yes or No Options
2525
For only two opposing yes/no options, use a checkbox.
@@ -60,7 +60,8 @@ Consider using a [drop-down list](drop_down.md) if:
6060
* The option might be used less often than other options on the screen.
6161
* There are other drop-down lists in the same group of UI components. A radio button group is more noticeable than a drop-down list, so it will look like a more important setting.
6262
* The setting combines several UI components into one control:
63-
![](05_When_to_use_Segmented_button.png){width=706}
63+
64+
![](05_When_to_use_Segmented_button.png){width=706}
6465

6566
## How to use
6667

0 commit comments

Comments
 (0)