diff --git a/src/_components/form/checkbox.md b/src/_components/form/checkbox.md
index 26a9f5ce7..9ed9ea04b 100644
--- a/src/_components/form/checkbox.md
+++ b/src/_components/form/checkbox.md
@@ -108,6 +108,8 @@ anchors:
### Indeterminate
+Use the indeterminate state when a checkbox has a sublist of checkbox selections that can change from selected to unselected.
+
{% include storybook-preview.html story="uswds-va-checkbox--indeterminate" link_text="va-checkbox group indeterminate" %}
## Usage
diff --git a/src/_components/form/html/prefill-intro.html b/src/_components/form/html/prefill-intro.html
index 9cd35e9c8..a1825585f 100644
--- a/src/_components/form/html/prefill-intro.html
+++ b/src/_components/form/html/prefill-intro.html
@@ -6,7 +6,8 @@
uswds
visible="true"
>
-
- Note: Since you’re signed in to your account, we can prefill part of your application based on your account details. You can also save your application in progress and come back later to finish filling it out.
-
+ We've prefilled some of your information
+ Since you’re signed in, we can prefill part of your application
+ based on your profile details. You can also save your application
+ in progress and come back later to finish filling it out.
\ No newline at end of file
diff --git a/src/_components/form/prefill.md b/src/_components/form/prefill.md
index f7d840fe9..3aa9e9a2d 100644
--- a/src/_components/form/prefill.md
+++ b/src/_components/form/prefill.md
@@ -34,17 +34,11 @@ anchors:
{% include_relative html/prefill-intro.html %}
-### Step
-
-
- {% include_relative html/prefill-step.html %}
-
-
## Usage
### When to use
-* **When prefilling information from the user's profile.** These messages communicate to the user that their profile information has been leveraged to pre-populate the form that they are filling out. The Intro variation, used on the Introduction page, also informs the user that their progress will be saved as they complete the form.
+* **When prefilling information from the user's profile.** These messages communicate to the user that their profile information has been leveraged to pre-populate the form that they are filling out and informs the user that their progress will be saved as they complete the form.
### When to consider something else
@@ -52,13 +46,11 @@ anchors:
### How this component works
-* **Intro variation uses Alert - Informational.** The Intro variation of this component is an instance of the [Alert - Informational]({{ site.baseurl }}/components/alert#informational-alert) component, but without a header.
-* **Step variation uses Alert - Background-only Informational.** The Step variations of this component is an instance of the [Alert - Background-only with icon - Informational]({{ site.baseurl }}/components/alert#background-color-only-alert-with-icon) component.
+* **Uses Alert - Informational.** This component is an instance of the [Alert - Informational]({{ site.baseurl }}/components/alert#informational-alert) component, with specific pre-determined content.
### Placement
-* The Intro variation of this component appears after the subtitle of the form and before the action link to start the form process on the authenticated variation of the [Form - Introduction]({{ site.baseurl }}/templates/forms/introduction#authenticated) page.
-* The Step variation of this component appears after the [Progress bar - Segmented]({{ site.baseurl }}/components/form/progress-bar-segmented) component on a step of the form.
+* This component appears after the subtitle of the form and before the action link to start the form process on the authenticated variation of the [Form - Introduction]({{ site.baseurl }}/templates/forms/introduction#authenticated) page.
## Code usage
diff --git a/yarn.lock b/yarn.lock
index 4ec168821..43710a41b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3054,4 +3054,4 @@ yargs@^7.1.0:
string-width "^1.0.2"
which-module "^1.0.0"
y18n "^3.2.1"
- yargs-parser "^5.0.1"
+ yargs-parser "^5.0.1"
\ No newline at end of file