6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
|
<Checkbox {...label} icon={<FavoriteBorder />} checkedIcon={<Favorite />} />
|
||
|
|
<Checkbox
|
||
|
|
{...label}
|
||
|
|
icon={<BookmarkBorderIcon />}
|
||
|
|
checkedIcon={<BookmarkIcon />}
|
||
|
|
/>
|