Uncheck checkbox

This commit is contained in:
Krittin SETDHAVANICH 2023-06-29 20:06:03 +07:00
parent fd94d516ba
commit c624555978

View File

@ -200,7 +200,7 @@ export default function App() {
<Button size="small"><a <Button size="small"><a
href={card.link}>View</a></Button> href={card.link}>View</a></Button>
</CardActions> </CardActions>
<Checkbox defaultChecked/> <Checkbox />
</Card> </Card>
</Grid> </Grid>
))} ))}