diff --git a/_includes/comp-man/backup.md b/_includes/comp-man/backup.md
index ded9dbfcc8a..75f6d31404a 100644
--- a/_includes/comp-man/backup.md
+++ b/_includes/comp-man/backup.md
@@ -16,7 +16,7 @@ To back up:
- (If you choose not to back up, clear all check boxes and click **Next**.)
+ (If you choose not to back up, clear all checkboxes and click **Next**.)
We strongly recommend you do back up in the event of issues.
diff --git a/guides/m1x/ce18-ee113/ee1.13_release-notes.html b/guides/m1x/ce18-ee113/ee1.13_release-notes.html
index 9008248fbf9..60fccefcf88 100644
--- a/guides/m1x/ce18-ee113/ee1.13_release-notes.html
+++ b/guides/m1x/ce18-ee113/ee1.13_release-notes.html
@@ -1018,7 +1018,7 @@
Changes
Request Path for any URL Redirect (formerly referred to as URL Rewrite
There is a new management page in the Admin Panel: System > Configuration > ADVANCED > Index Management.
-
The options on the System > Index Management are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer check boxes and the page mostly displays status information.
+
The options on the System > Index Management are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer checkboxes and the page mostly displays status information.
In the Admin Panel, Catalog > Manage Products > edit-product > General tab page option Create Permanent Redirect for old URL if URL key changed changes to Create Custom Redirect for old URL.
The feature behaves the same way; namely, selecting Yes creates a redirect for the old URL that points to the new URL if a page is moved.
Note: The wording of this option is expected to change back to the previous wording in a subsequent release.
diff --git a/guides/m1x/other/ht_extend_magento_rest_api.html b/guides/m1x/other/ht_extend_magento_rest_api.html
index c0f7bc9464b..1883c5bc165 100644
--- a/guides/m1x/other/ht_extend_magento_rest_api.html
+++ b/guides/m1x/other/ht_extend_magento_rest_api.html
@@ -415,7 +415,7 @@ Creating a REST role for the Coupon AutoGen API
The Role Resources page contains a hierarchical list of resources to which you can grant or deny the Coupon Auto Generate Demo role access.
From the Resource Access list, click Custom.
Select the checkbox next to the node labeled CouponDemo API.
-Magento automatically checks the child check boxes as the following figure shows.
+Magento automatically checks the child checkboxes as the following figure shows.
Click Save Role.
Magento saves the resource API permissions you granted to the Coupon Auto Generate Demo REST role.
@@ -440,7 +440,7 @@ Setting up REST Attributes for the Coupon AutoGen A
On the REST Attributes page, under User Type, click Admin.
In the User Type Resources section, from the Resource Access list, click Custom.
Select the CouponDemo API checkbox.
-Doing so selects all the child check boxes, as the following figure shows.
+Doing so selects all the child checkboxes, as the following figure shows.
Click Save.
Any user with the REST Admin role can now read from and write to the Coupon AutoGen API.
@@ -580,8 +580,8 @@
OAuth Package Installation Error: `make' failed
Verify the OAuth installation succeeded as discussed in Confirming that OAuth Installed Successfully.
CouponDemo API Calls Options Don't Display in the Admin Panel
-
Problem: After setting up the CouponDemo configuration files, the CouponDemo API Calls check boxes do not display in the Admin Panel. A sample is shown in a figure earlier in this guide.
-
Description: The CouponDemo API Calls check boxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.
+
Problem: After setting up the CouponDemo configuration files, the CouponDemo API Calls checkboxes do not display in the Admin Panel. A sample is shown in a figure earlier in this guide.
+
Description: The CouponDemo API Calls checkboxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.
Solution: Use the following steps to isolate and correct the issue:
- Make sure your directory structure is set up exactly as shown in this figure earlier in this guide.
- Make sure you copied the exact text from the sample configuration files discussed in Creating Configuration Files. Do not change anything, and remember that case is important.
@@ -597,7 +597,7 @@ CouponDemo API Calls Options Don't Display
- Click System > REST - Roles.
- Click Coupon Auto Generate Demo.
- In the left navigation bar, click Role API Resources.
-- If the CouponDemo API Calls check boxes do not display, double-check all of the
.xml
configuration files to make sure there is no leading white space (that is, there are no blank lines at the beginning of the files.
+ - If the CouponDemo API Calls checkboxes do not display, double-check all of the
.xml
configuration files to make sure there is no leading white space (that is, there are no blank lines at the beginning of the files.
Remove any blank lines and save the .xml
files.
Errors Running rest_test.php
diff --git a/guides/v2.0/cloud/project/project-integrate-github.md b/guides/v2.0/cloud/project/project-integrate-github.md
index cdd502ccfda..f8d57ca032e 100644
--- a/guides/v2.0/cloud/project/project-integrate-github.md
+++ b/guides/v2.0/cloud/project/project-integrate-github.md
@@ -33,7 +33,7 @@ To generate a token:
1. Log in to GitHub.
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
4. In the **Token description** field, enter a meaningful name.
-5. Select check boxes corresponding to how you intend to use the token:
+5. Select checkboxes corresponding to how you intend to use the token:
* To integrate with public repositories, select **public_repo**
* To integrate with your personal, private repositories, select **repo**
diff --git a/guides/v2.0/install-gde/install/hosted/hosted_start_php.md b/guides/v2.0/install-gde/install/hosted/hosted_start_php.md
index d2dd124e6cc..da221579aaa 100644
--- a/guides/v2.0/install-gde/install/hosted/hosted_start_php.md
+++ b/guides/v2.0/install-gde/install/hosted/hosted_start_php.md
@@ -26,9 +26,9 @@ To configure PHP:
4. Click **Set as current**.
- The check boxes following the PHP version are referred to as *PHP extensions*.
+ The checkboxes following the PHP version are referred to as *PHP extensions*.
-4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
+4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
You can optionally select other PHP extensions if you want.
diff --git a/guides/v2.0/release-notes/backward-incompatible-changes/index.md b/guides/v2.0/release-notes/backward-incompatible-changes/index.md
index 7725e35d103..4d184ac404a 100644
--- a/guides/v2.0/release-notes/backward-incompatible-changes/index.md
+++ b/guides/v2.0/release-notes/backward-incompatible-changes/index.md
@@ -113,7 +113,7 @@ You can find a `setup_version` parameter in the `
/etc/m
-* Check boxes and radio buttons work as `on/off` fields.
+* Checkboxes and radio buttons work as `on/off` fields.
* Category products grid
* Rendered by a {% glossarytooltip 9bcc648c-bd08-4feb-906d-1e24c4f2f422 %}UI component{% endglossarytooltip %} as a standalone block
* Initialized using the `magento-init` {% glossarytooltip c57aef7c-97b4-4b2b-a999-8001accef1fe %}event{% endglossarytooltip %}
diff --git a/guides/v2.1/cloud/project/project-integrate-github.md b/guides/v2.1/cloud/project/project-integrate-github.md
index 6dc251daa6c..250820c2b1f 100644
--- a/guides/v2.1/cloud/project/project-integrate-github.md
+++ b/guides/v2.1/cloud/project/project-integrate-github.md
@@ -33,7 +33,7 @@ To generate a token:
1. Log in to GitHub.
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
4. In the **Token description** field, enter a meaningful name.
-5. Select check boxes corresponding to how you intend to use the token:
+5. Select checkboxes corresponding to how you intend to use the token:
* To integrate with public repositories, select **public_repo**
* To integrate with your personal, private repositories, select **repo**
diff --git a/guides/v2.1/install-gde/install/hosted/hosted_start_php.md b/guides/v2.1/install-gde/install/hosted/hosted_start_php.md
index b9ee0d90b97..a9584ce8265 100644
--- a/guides/v2.1/install-gde/install/hosted/hosted_start_php.md
+++ b/guides/v2.1/install-gde/install/hosted/hosted_start_php.md
@@ -26,9 +26,9 @@ To configure PHP:
4. Click **Set as current**.
- The check boxes following the PHP version are referred to as *PHP extensions*.
+ The checkboxes following the PHP version are referred to as *PHP extensions*.
-4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
+4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
You can optionally select other PHP extensions if you want.
diff --git a/guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md b/guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md
index 3b123aced72..ae6efe0c9e4 100644
--- a/guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md
+++ b/guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md
@@ -32,7 +32,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin
{:width="650px"}
-* Select the check boxes next to **Configuration** and **Page Cache**.
+* Select the checkboxes next to **Configuration** and **Page Cache**.
* From the **Actions** list in the upper left, click **Refresh**.
* Click **Submit**.
diff --git a/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md b/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md
index c7f3a9803da..2eb1cfeaf1a 100644
--- a/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md
+++ b/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md
@@ -829,7 +829,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi
* The variations matrix is now populated as expected after you update a configurable product.
-* The default address check boxes are checked as expected on the Customer View page.
+* The default address checkboxes are checked as expected on the Customer View page.
* Magento now displays images for configurable product variations on the storefront.
diff --git a/guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md b/guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md
index 1745243e68d..46675d6d8ff 100644
--- a/guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md
+++ b/guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md
@@ -994,7 +994,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi
* The variations matrix is now populated as expected after you update a configurable product.
-* The default address check boxes are checked as expected on the Customer View page.
+* The default address checkboxes are checked as expected on the Customer View page.
* Magento now displays images for configurable product variations on the storefront.
diff --git a/guides/v2.1/ui_comp_guide/components/ui-multiselectcolumn.md b/guides/v2.1/ui_comp_guide/components/ui-multiselectcolumn.md
index 9ffb81a2184..8b3a78f572e 100644
--- a/guides/v2.1/ui_comp_guide/components/ui-multiselectcolumn.md
+++ b/guides/v2.1/ui_comp_guide/components/ui-multiselectcolumn.md
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md
## Overview
-The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
+The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.
MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.
diff --git a/guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md b/guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md
index fd858ff9c6b..99506a932b1 100644
--- a/guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md
+++ b/guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md
## Overview
-The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
+The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.
Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)
diff --git a/guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md b/guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md
index 472f950385c..dad5d89825d 100644
--- a/guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md
+++ b/guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md
@@ -31,7 +31,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin
* Go to **Cache Management**.
{:width="650px"}
-* Select the check boxes next to **Configuration** and **Page Cache**.
+* Select the checkboxes next to **Configuration** and **Page Cache**.
* * From the **Actions** list in the upper left, click **Refresh**.
* * Click **Submit**.
## Enable CLI commands
diff --git a/guides/v2.2/ui_comp_guide/components/ui-multiselectcolumn.md b/guides/v2.2/ui_comp_guide/components/ui-multiselectcolumn.md
index b6f662f4603..ac9953b1c30 100644
--- a/guides/v2.2/ui_comp_guide/components/ui-multiselectcolumn.md
+++ b/guides/v2.2/ui_comp_guide/components/ui-multiselectcolumn.md
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md
## Overview
-The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
+The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.
MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.
diff --git a/guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md b/guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md
index 801e0f7ba98..26124a30d5d 100644
--- a/guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md
+++ b/guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md
## Overview
-The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
+The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.
Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)