<Stack gap="l">
<Checkbox id="withStandardLabel" label="Label"/>
<Box borderSide="all" width="min(320px, 100%)">
<Arrange
gap="s"
justifyContent="space-between"
borderSide="bottom"
width="min(320px, 100%)"
padding="m"
>
<Checkbox id="withCustomComposition"/>
<Checkbox.Label htmlFor="withCustomComposition">Checkbox.Label</Checkbox.Label>
</Arrange>
<Arrange
gap="s"
justifyContent="space-between"
width="min(320px, 100%)"
padding="m"
>
<Checkbox id="withCustomLabel"/>
<Text tag="label" htmlFor="withCustomLabel">Custom label</Text>
</Arrange>
</Box>
</Stack>