We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c1544 commit a0904e3Copy full SHA for a0904e3
packages/ra-ui-materialui/src/input/CheckboxGroupInputItem.tsx
@@ -53,7 +53,6 @@ export const CheckboxGroupInputItem = (
53
onChange={onChange}
54
className={className}
55
inputRef={inputRef}
56
- disabled={disabled}
57
control={
58
<Checkbox
59
id={`${id}_${getChoiceValue(choice)}`}
@@ -66,6 +65,7 @@ export const CheckboxGroupInputItem = (
66
65
: false
67
}
68
value={String(getChoiceValue(choice))}
+ disabled={disabled}
69
{...options}
70
/>
71
0 commit comments