Search filters
Updated 2026-05-14
Content guidelines
Section titled “Content guidelines”Filters allow users to refine visible data by applying structured criteria. They reduce results without modifying underlying data. Filters must be consistent in terminology, placement, and behavior across all products.
When to use
Section titled “When to use”- When a dataset or list is large enough that users need to narrow results to find what they need.
- When multiple filter criteria can be applied simultaneously.
- Do not use filters for permanent data modifications - filters only affect the current view.
- Filter labels use short noun phrases that match the attribute being filtered. For example,
Owner,Status,Data domain. - Use sentence case for all filter labels and option values.
- Show the active filter count when filters are collapsed. For example,
Filters (3). - Use consistent terminology across all filter controls in the same view.
Behavior
Section titled “Behavior”- Apply filters immediately on selection, or provide an explicit Apply button for complex filter sets.
- Provide a Clear all or Reset filters action when filters are active.
- Persist filter state when users navigate away and return to the same view.
Forms collect or update user data. Consistent structure, clear labels, and helpful guidance reduce friction and prevent errors.
When to use
Section titled “When to use”- To collect user input that affects data, configuration, or permissions.
- To edit or update existing records or entities.
- To guide users through multi-step flows where input drives behavior.
- To allow users to provide comments and suggestions, or to confirm, approve, or reject requests that require context.
Types of forms
Section titled “Types of forms”| Type | Usage | Examples |
|---|---|---|
| Single page or simple form | Data entry for simple workflows | Editing a dataset name or description |
| Stepper or multi-page form | Task-based workflows | Creating a data connection or access request |
| Modal form | Short, focused tasks that require user confirmation | Adding a note or setting permissions |
General form guidelines
Section titled “General form guidelines”How to use
Section titled “How to use”- Be concise and directive: each label or helper text should clearly describe the required action.
- Use sentence case for labels and titles.
- Clarify optional vs. required fields: mark required fields consistently using the asterisk (*) symbol or text label.
- Avoid redundancy: if a section title already establishes context, field labels can be shorter.
- Provide context when needed: helper text should explain the “why,” never just restate the label.
- Error text should guide correction.
- Success or confirmation text should be brief, reassuring, and specific. For example,
The policy was successfully created. - Use progressive disclosure for field entry assistance: Label → Tooltip → Descriptive text → Link to docs.
Structure
Section titled “Structure”- Group related fields together under sections.
- Always place the primary CTA at the bottom right for consistency.
- Avoid multi-column layouts when possible - single column is easier to read. Exceptions such as separate fields for first and last names are acceptable.
Behavior
Section titled “Behavior”- Labels should be visible even when the field is in focus.
- Include placeholder text only when it provides value - never to just repeat the label.
- The primary CTA should be disabled until all required fields are filled.
- Validate fields inline and provide red error text below the field. See validation messages for error text guidelines.
Input labels and helper text
Section titled “Input labels and helper text”- Labels describe the purpose of the field. They are always visible.
- Helper text provides brief instruction or clarification below the field. Use it sparingly.
- Placeholder text is a hint only - never a substitute for a label. It disappears when the user starts typing.
Do / Don’t
Section titled “Do / Don’t”Dropdown
Section titled “Dropdown”When to use
Section titled “When to use”- For lists of 5 to 20 options.
- When the full list does not need to be visible at all times.
- Label the dropdown clearly. The label should describe the category of options, not the action.
- Close after selection.
- Keep option phrasing consistent within the same dropdown.
- Use sentence case for all options.
Calendar
Section titled “Calendar”The calendar component is used for any interaction involving date ranges, filtering, or scheduling.
When to use
Section titled “When to use”For any interaction involving date ranges, filtering, or scheduling.
- Use labels like
FromandTo, orStart dateandEnd datefor range fields. Do not leave any fields unlabeled. - Display date formats clearly (MM/DD/YYYY or regional format) with placeholders or hints where appropriate.
- Do not pre-fill dates for users.
Behavior
Section titled “Behavior”- Support both typing and calendar picking.
- Auto-close the calendar when the selection is complete.
- Highlight today, weekends, and blocked dates visually when appropriate.
- Visually display any selected range in the calendar.
Toggle
Section titled “Toggle”- Label the toggle next to or above the control. For example, Enable alerts.
- Show the label for the state that is currently active. For example, show
Offwhen off,Onwhen on - but not both at the same time.
Behavior
Section titled “Behavior”- The action should happen on toggle with no confirmation step.
- Left = off, right = on.
- Should update instantly unless a delay is unavoidable - show a loading indicator if delayed.
- Do not use toggles for destructive or irreversible actions.
Toggle vs Checkbox vs Radio button
Section titled “Toggle vs Checkbox vs Radio button”Use a toggle when:
- The action takes effect immediately.
- It represents a system state (for example, ON/OFF, enabled/disabled).
- It is a binary setting that persists (for example, dark mode, notifications).
Use a checkbox when:
- The user is selecting one or more items.
- The action does not take effect immediately (typically part of a form or group submission).
- It is a yes/no decision that is reviewed later. For example, Agree to terms and conditions or Subscribe to newsletter.
Radio button
Section titled “Radio button”When to use
Section titled “When to use”- When the user must select exactly one option from a short visible list (typically two to six options).
- When all choices should be visible up front rather than hidden in a dropdown.
- Use short, descriptive labels that clearly state each option.
- Write labels as direct answers to the group’s prompt or question. For example, Yes / No instead of
Select yes if you agree. - Ensure the group label or question is always visible next to the options.
- Avoid jargon or abbreviations.
- Keep labels parallel in structure - all nouns, or all verb phrases.
Radio button card format
Section titled “Radio button card format”Use card-format radio buttons instead of traditional radio buttons when each option needs rich context such as a title, description, image, metadata, or tags, and the selection should feel like a visual choice rather than a text label.
When to use
Section titled “When to use”- Primary decision point: when the consequences of the choice are important, or they drive a main workflow or journey.
- Examples: pricing tiers, template selections (for example, use cases), or layout choices.
Behavior
Section titled “Behavior”- Indicate selected state visually (
Selectedhighlight border, and so on). - Click anywhere on the tile to toggle selection.
- For multi-select: use checkbox behavior. For single-select: use radio group behavior.
- Maintain selection across steps if part of a multi-step process.
- Title: short, descriptive, and consistent across tiles.
- Supporting text: use only in the large variant.