From 4bb326fee57aaa19f7c936f3222ed1edeeac9068 Mon Sep 17 00:00:00 2001 From: Guillem Arias Fauste Date: Sat, 23 May 2026 08:53:56 +0200 Subject: [PATCH] docs(ds-toggle): warn against external hidden_field_tag with same name (#1925) DS::Toggle already renders a paired hidden field for the off-state value. Adding an external `hidden_field_tag` with the same `name` in a caller view causes ID/label collisions (the auto-generated id matches the checkbox id, so `