Default field
Use a labelled field with a value, placeholder, and supporting helper text.
<Switch
id="switch-1"
name="switchField"
label="Email notifications"
placeholder="Enter switch"
value="enabled"
helperText="Helpful context for this field."
/>