From 7c18b38c0984155ca4716264d649dba153f48dfc Mon Sep 17 00:00:00 2001 From: Scott Strubberg Date: Tue, 3 Jan 2023 07:08:24 -0600 Subject: [PATCH] fix(form-patterns): ran yarn format --- src/pages/patterns/forms-pattern/index.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/patterns/forms-pattern/index.mdx b/src/pages/patterns/forms-pattern/index.mdx index 297e4331147..c49b3a9546a 100644 --- a/src/pages/patterns/forms-pattern/index.mdx +++ b/src/pages/patterns/forms-pattern/index.mdx @@ -259,14 +259,14 @@ file uploaders, toggles, and select lists (combo box and multiselect). Deciding what to use -| Control | Usage | Context | -| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -| [Checkbox](/components/checkbox/usage) | To select or deselect one or more choices | Agree to terms and conditions, add optional items, select all that apply | -| [Radio button](/components/radio-button/usage) | To select only one option from two or more choices | Pick type, shipping method, etc. | -| [Toggle](/components/toggle/usage) | To choose one of two or more binary options | Changing user settings; On/off; Show/hide | -| [File uploader](/components/file-uploader/usage) | To upload/attach a file or multiple files to a form | Attaching SSl certificates; adding config files to support tickets | +| Control | Usage | Context | +| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | +| [Checkbox](/components/checkbox/usage) | To select or deselect one or more choices | Agree to terms and conditions, add optional items, select all that apply | +| [Radio button](/components/radio-button/usage) | To select only one option from two or more choices | Pick type, shipping method, etc. | +| [Toggle](/components/toggle/usage) | To choose one of two or more binary options | Changing user settings; On/off; Show/hide | +| [File uploader](/components/file-uploader/usage) | To upload/attach a file or multiple files to a form | Attaching SSl certificates; adding config files to support tickets | | [Combo box](http://react.carbondesignsystem.com/?path=/story/combobox--default) | To select a single item with type-ahead functionality from a longer list | Choosing a state, country, or language preference | -| [Multiselect](http://react.carbondesignsystem.com/?path=/story/multiselect--default) | To select multiple items from a longer list | Add a product example for MultiSelect | +| [Multiselect](http://react.carbondesignsystem.com/?path=/story/multiselect--default) | To select multiple items from a longer list | Add a product example for MultiSelect | #### Radio buttons: