The label already wraps the input, so we don't need to also have this attribute. This was causing troubles in the console where the network detail panel can be included multiple times; the label "for" attribute would then refer to the first item with such id, making its actual child input without label. Differential Revision: https://phabricator.services.mozilla.com/D238916