'Reduce the time it takes to make a checkbox clicked in the Checkbox component (Material UI)

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,
    }}
/>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source