From d400373706b496c1f01305e764dd8057015bdb44 Mon Sep 17 00:00:00 2001
From: laylaleeal <63257116+laylaleeal@users.noreply.github.com>
Date: Thu, 31 Aug 2023 06:02:56 -0700
Subject: [PATCH] Checkbox: iOS/Android update example images (#3178)
---
docs/markdown/android/checkbox.md | 12 ++++++------
docs/markdown/ios/checkbox.md | 24 ++++++++++++------------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/docs/markdown/android/checkbox.md b/docs/markdown/android/checkbox.md
index 6ccabc578b..783d84388c 100644
--- a/docs/markdown/android/checkbox.md
+++ b/docs/markdown/android/checkbox.md
@@ -4,7 +4,7 @@ description: Checkbox is used for multiple choice selection.
fullwidth: true
---
-
+
## Usage guidelines
@@ -28,13 +28,13 @@ fullwidth: true
-
+
Use checkboxes for multi-selection of related list items
-
+
Use checkboxes for one selection. Use [RadioGroup](https://gestalt.pinterest.systems/web/radiogroup) instead.
@@ -42,13 +42,13 @@ fullwidth: true
-
+
Use a single Checkbox in forms where the selection only takes effect after submitting the form
-
+
Use a Checkbox to turn a state on and off with immediate effect. Use [Switch](https://gestalt.pinterest.systems/android/switch) instead.
@@ -117,7 +117,7 @@ People use Apple and Android’s accessibility features, such as VoiceOver and T
**With helper text**
-Checkbox supports helper text to provide more detail about an option.
+Checkbox supports helper text to provide more details about an option.
## Writing
diff --git a/docs/markdown/ios/checkbox.md b/docs/markdown/ios/checkbox.md
index fc8c8c997a..204170d757 100644
--- a/docs/markdown/ios/checkbox.md
+++ b/docs/markdown/ios/checkbox.md
@@ -4,7 +4,7 @@ description: Checkbox is used for multiple choice selection.
fullwidth: true
---
-
+
## Usage guidelines
@@ -28,13 +28,13 @@ fullwidth: true
-
+
Use checkboxes for multi-selection of related list items
-
+
Use checkboxes for one selection. Use [RadioGroup](https://gestalt.pinterest.systems/web/radiogroup) instead.
@@ -42,13 +42,13 @@ fullwidth: true
-
+
Use a single Checkbox in forms where the selection only takes effect after submitting the form
-
+
Use a Checkbox to turn a state on and off with immediate effect. Use [Switch](https://gestalt.pinterest.systems/ios/switch) instead.
@@ -95,35 +95,35 @@ People use Apple and Android’s accessibility features, such as VoiceOver and T
-
+
**Unchecked**
-
+
**Checked**
-
+
**Error**
-
+
**Indeterminate**
-
+
**Disabled**
**With helper text**
-Checkbox supports helper text to provide more detail about an option.
+Checkbox supports helper text to provide more details about an option.
-
+
## Related