The ToggleSwitch component has a <label> element that contains the default slot. This means that adding a label is optional. We should consider ways of making the label required.
{F37082303}
One way we could do this is by removing the slot and adding a required label prop, plus a hideLabel prop to make the <label> visually hidden. This is similar to the approach we plan to take with the Field component.

