11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
|
|
<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>
|