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