From 5a18baf876ec307f2d73ca6fb228688d46498009 Mon Sep 17 00:00:00 2001 From: Dirk Einecke Date: Fri, 13 Feb 2026 12:06:44 +0100 Subject: [PATCH] Update label attributes from 'htmlFor' to 'for' "htmlFor" is not a valid HTML attribute. It is only used in React / JSX. In standard HTML, the attribute is simply called "for". --- app/routes/docs.forms.radios.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/routes/docs.forms.radios.jsx b/app/routes/docs.forms.radios.jsx index 6f98fb5..2560fb3 100644 --- a/app/routes/docs.forms.radios.jsx +++ b/app/routes/docs.forms.radios.jsx @@ -128,11 +128,11 @@ export default function Radios() { {`
Second language: - + - + - +
`}