From aaa05f94d0699056caa1e14567250a3312742432 Mon Sep 17 00:00:00 2001 From: eldar-jetbrains Date: Tue, 3 Dec 2024 17:23:16 +0100 Subject: [PATCH] UX-2323 Update existing UI Guidelines: the Combo-box guideline update, Eldar Isiangulov --- topics/ui/controls/checkbox.topic | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/topics/ui/controls/checkbox.topic b/topics/ui/controls/checkbox.topic index 90f589057..138a49890 100644 --- a/topics/ui/controls/checkbox.topic +++ b/topics/ui/controls/checkbox.topic @@ -65,8 +65,7 @@ - - +

If a label is long, split it into two lines. Use HTML formatting for that. Avoid labels that take more than two lines. See recommendations on writing concise labels below.

@@ -81,7 +80,7 @@
- + @@ -142,8 +141,9 @@ Otherwise, it becomes SELECTED for Boolean.TRUE, and NOT_SELECTED for Boolean.FALSE.

-
+ + Use sentence-style capitalization: @@ -201,12 +201,9 @@ Make labels short and intelligible. See Writing short and clear. - -

Follow

-

If a checkbox depends on another control, for example, an input field, follow the rules for dependent - controls. Otherwise, follow the rules for independent - controls.

+

+ Follow the layout of checkboxes and radio buttons +