pub fn label_for(for_id: impl AsRef<str>) -> Element
A <label for="…">.
<label for="…">
Named for_id because for is a Rust keyword; the rendered attribute is still for.
for_id
for