Files
react-test/docs/data/joy/components/checkbox/OverlayCheckbox.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
346 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Sheet variant="outlined">
<Checkbox overlay label="Focus on me" />
</Sheet>
<Sheet variant="outlined">
<Checkbox
label="My parent receives focus"
overlay
// Force the outline to appear in the demo. Usually, you don't need this in your project.
slotProps={{ action: { className: checkboxClasses.focusVisible } }}
/>
</Sheet>