<Stack gap="l">
<Switch id="withStandardLabel" label="Label"/>
<Box borderSide="all" width="min(320px, 100%)">
<Arrange
gap="s"
columns="1fr auto"
borderSide="bottom"
width="min(320px, 100%)"
padding="m"
>
<Switch.Label htmlFor="withCustomComposition">Switch.Label</Switch.Label>
<Switch id="withCustomComposition"/>
</Arrange>
<Arrange
gap="s"
columns="1fr auto"
width="min(320px, 100%)"
padding="m"
>
<Text tag="label" htmlFor="withCustomLabel" weight="medium">Custom label</Text>
<Switch id="withCustomLabel"/>
</Arrange>
</Box>
</Stack>