Consider the following:
According to this - label can contain only one input as it should be associated with only one control. Putting input inside the label means elimination of for
attribute (automatic linking).
So you should either put single input into label or specify for
attribute which points to input id
and don't put input into label.