diff --git a/apps/prs/angular/src/routes/docs/checkbox/checkbox.component.html b/apps/prs/angular/src/routes/docs/checkbox/checkbox.component.html
index 152e2e9290..3046795d3c 100644
--- a/apps/prs/angular/src/routes/docs/checkbox/checkbox.component.html
+++ b/apps/prs/angular/src/routes/docs/checkbox/checkbox.component.html
@@ -28,20 +28,48 @@
With description
+ description="Receive weekly updates about new features"
+>
Indeterminate
-
+
Sizes
States
-
-
-
+
+
+
+
Examples
@@ -52,7 +80,8 @@ Include a link in the helper text of an option
name="email"
text="Email"
value="email"
- [description]="descriptionTemplate">
+ [description]="descriptionTemplate"
+ >
Help text with a link.
@@ -64,7 +93,10 @@ Include a link in the helper text of an option
Reveal input based on a selection