mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
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.
This commit is contained in:
parent
64cdf86e54
commit
a23d0c76ce
@ -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.
|
Use a group of [checkboxes](checkbox.md) instead.
|
||||||
|
|
||||||
### Binary Yes/No Options
|
### 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.
|
||||||
|
|
||||||
<table style="none" border="false">
|
<table style="none" border="false">
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user