USER INTERFACE ELEMENTS
Tooltips
Overview
Tooltips are used to display supporting information about a question or block of content upon click/tap. They make supplemental information available to users without taking up extra screen space.
Specifications
Error Status
• Use when there is an error associated with a a piece of data in a table.
• This tooltip must be used in conjunction with the Top Level Validation Message.
• Do not use with form fields – use form field error patterns instead.
On Load
Selected
The tooltip alert should be used when there is an error associated with a piece of data/content (not with form fields.)
This tooltip toggles to show/hide the flyout message on hover or tap of the icon.
Information Icon
On Load
Selected
The tooltip alert should be used to offer helpful (but not essential) text. Essential text should be exposed at all times on the page.
This tooltip toggles to show/hide the flyout message on hover or tap of the icon.
Information Icon Inside Form Fields
Underlined - On Load
Underlined - Selected
Outlined - On Load
Outlined - Selected
Information Icon with Radio Button
On Load
Selected
What’s This?
Tooltip (Text)
Underlined Field - On Load
Underlined Field - Tooltip Selected
Outlined Field - On Load
Outlined Field - Tooltip Selected
Underlined Dropdown - On Load
Underlined Dropdown - Tooltip Selected
Outlined Dropdown - On Load
Outlined Dropdown - Tooltip Selected
Usage Guidelines
Don’t use tooltips without labels or context
A tooltip icon should always be placed next to the content it refers to and should never appear floating in white space with no clear reference point.
Use “What’s this?” tooltips in the right places
Don’t use a “What’s this?” tooltip with radio buttons or blocks of content. Use the Information Icon tooltip in those situations. Use “What’s this?” only with Text Fields or Dropdowns.