From cca1f55f048f027df49f0c08e757e73f73a54193 Mon Sep 17 00:00:00 2001 From: Seth Miller Date: Mon, 15 Apr 2024 04:41:53 -0400 Subject: [PATCH] Combobox: Add links to related components (#60726) Co-authored-by: flexseth Co-authored-by: Mamaduka --- packages/components/src/combobox-control/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/components/src/combobox-control/README.md b/packages/components/src/combobox-control/README.md index 9b64076be32402..b84e01b7d6a077 100644 --- a/packages/components/src/combobox-control/README.md +++ b/packages/components/src/combobox-control/README.md @@ -110,8 +110,8 @@ Custom renderer invoked for each option in the suggestion list. The render prop ## Related components -- Like this component, but without a search input, the `CustomSelectControl` component. +- Like this component, but without a search input, the [`CustomSelectControl`](https://developer.wordpress.org/block-editor/reference-guides/components/custom-select-control/) component. -- To select one option from a set, when you want to show all the available options at once, use the `Radio` component. -- To select one or more items from a set, use the `CheckboxControl` component. -- To toggle a single setting on or off, use the `ToggleControl` component. +- To select one option from a set, when you want to show all the available options at once, use the [`RadioControl`](https://developer.wordpress.org/block-editor/reference-guides/components/radio-control/) component. +- To select one or more items from a set, use the [`CheckboxControl`](https://developer.wordpress.org/block-editor/reference-guides/components/checkbox-control/) component. +- To toggle a single setting on or off, use the [`ToggleControl`](https://developer.wordpress.org/block-editor/reference-guides/components/toggle-control/) component.