From 7c20db57fbd3aad13f570f707757f67eae3cf78f Mon Sep 17 00:00:00 2001 From: mbillins Date: Thu, 26 Jun 2025 11:55:08 -0400 Subject: [PATCH] docs(patterns): update bulk selection guidelines --- .../usage-and-behavior/bulk-selection/bulk-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md b/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md index 6981a6d30c..7fd3fa7e3b 100644 --- a/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md +++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md @@ -4,7 +4,7 @@ section: patterns --- ## Bulk selection -Use a bulk selection pattern when you want to select or deselect multiple items in a content view (list, table, or card grid). The bulk selector uses a [Split button](/components/menus/menu-toggle#split-button-toggle-with-checkbox) component to control selection from the [Toolbar](/components/toolbar). Besides controlling selection, the bulk selector reflects the selection status of the related component (partially selected, all items selected, or no items selected). +Use a bulk selection pattern when you want to select or deselect multiple items in a content view (list, table, or card grid). The bulk selector uses a [split button](/components/menus/menu-toggle#split-button-toggle-with-checkbox) component to control selection from the [toolbar](/components/toolbar). Besides controlling selection, the bulk selector reflects the selection status of the related component (partially selected, all items selected, or no items selected). ## Bulk selector The bulk selector is created using a Split button and is always located as the leftmost item in a toolbar.