It takes about 1 second for the checkbox ( Material UI component) to be enabled when I click on it. Is it possible to reduce the time?
<Checkbox
color="primary"
checked={isItemSelected}
inputProps={{
"aria-labelledby": labelId,
}}
/>