From 6ff054b00421d1839dfd05d462a6efdebb8cf6f7 Mon Sep 17 00:00:00 2001 From: Michael Small Date: Mon, 3 Aug 2026 22:20:26 -0500 Subject: [PATCH] docs: mention `FormField` in Radio and Slide Toggle --- src/material/radio/radio.md | 4 ++-- src/material/slide-toggle/slide-toggle.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/material/radio/radio.md b/src/material/radio/radio.md index aacf130311ed..30103908fd37 100644 --- a/src/material/radio/radio.md +++ b/src/material/radio/radio.md @@ -24,8 +24,8 @@ would make that impossible (e.g., radio-buttons inside of table cells). The radi Individual radio-buttons inside of a radio-group will inherit the `name` of the group. -### Use with `@angular/forms` -`` is compatible with `@angular/forms` and supports both `FormsModule` +### Use with Angular Forms +`` is compatible with `@angular/forms` and supports `FormField`, `FormsModule`, and `ReactiveFormsModule`. ### Accessibility diff --git a/src/material/slide-toggle/slide-toggle.md b/src/material/slide-toggle/slide-toggle.md index e6359e0daa04..f95117afbfcc 100644 --- a/src/material/slide-toggle/slide-toggle.md +++ b/src/material/slide-toggle/slide-toggle.md @@ -20,8 +20,8 @@ container. -### Use with `@angular/forms` -`` is compatible with `@angular/forms` and supports both `FormsModule` +### Use with Angular Forms +`` is compatible with `@angular/forms` and supports `FormField`, `FormsModule`, and `ReactiveFormsModule`. ### Accessibility