This `SelectAll` component was using `isDisabled` prop internally, but the disabled state was passed in `disabled` prop. Although the internal `ChecboxLabel` component is using disabled prop, so to make `SelectAll`'s disabled prop name consistent, I used `disabled` prop, rather than `isDisabled`. |
||
|---|---|---|
| .. | ||
| component | ||
| widget | ||
| constants.ts | ||
| icon.svg | ||
| index.ts | ||