Fix the textfield exampls

This commit is contained in:
Made4Uo
2024-06-24 21:00:42 -07:00
parent 865bd23e03
commit 05fa995073
6 changed files with 26 additions and 21 deletions

View File

@@ -23,7 +23,6 @@ const CheckboxWithDesc = ({
<FormControlLabel
control={
<Checkbox
defaultChecked
checked={checked}
onChange={handleChange}
disabled={disabled}