Commit bd3f0565 authored by Craig Norris's avatar Craig Norris Committed by Mike Lewis

Added clear action to checkboxes in Style Guide

parent 4733ce3e
...@@ -1311,20 +1311,20 @@ The following are styles to follow when describing UI elements on a screen: ...@@ -1311,20 +1311,20 @@ The following are styles to follow when describing UI elements on a screen:
### Verbs for UI elements ### Verbs for UI elements
The following are recommended verbs for specific uses. The following are recommended verbs for specific uses with UI elements:
| Recommended | Used for | Alternatives | | Recommended | Used for | Replaces |
|:------------|:---------------------------|:---------------------------| |:--------------------|:---------------------------|:---------------------------|
| "click" | buttons, links, menu items | "hit", "press", "select" | | *click* | buttons, links, menu items | "hit", "press", "select" |
| "check" | checkboxes | "enable", "click", "press" | | *select* or *clear* | checkboxes | "enable", "click", "press" |
| "select" | dropdowns | "pick" | | *select* | dropdowns | "pick" |
| "expand" | expandable sections | "open" | | *expand* | expandable sections | "open" |
### Other Verbs ### Other Verbs
| Recommended | Used for | Alternatives | | Recommended | Used for | Replaces |
|:------------|:--------------------------------|:-------------------| |:------------|:--------------------------------|:----------------------|
| "go" | making a browser go to location | "navigate", "open" | | *go to* | making a browser go to location | "navigate to", "open" |
## GitLab versions and tiers ## GitLab versions and tiers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment