11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
|
|
<FormControlLabel
|
||
|
|
label="Parent"
|
||
|
|
control={
|
||
|
|
<Checkbox
|
||
|
|
checked={checked[0] && checked[1]}
|
||
|
|
indeterminate={checked[0] !== checked[1]}
|
||
|
|
onChange={handleChange1}
|
||
|
|
/>
|
||
|
|
}
|
||
|
|
/>
|
||
|
|
{children}
|