Задачка не из легких
const input = document.getElementById('target'); const label = document.querySelector('label'); label.htmlFor = input.id;