diff --git a/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot b/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot index 64c19bd32..c418a1575 100644 --- a/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot +++ b/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot @@ -39,6 +39,14 @@ exports[`Storybook Tests Checkbox Invalid 1`] = ` cursor: default; } +.c2[type='checkbox']:-moz-read-only { + cursor: default; +} + +.c2[type='checkbox']:read-only { + cursor: default; +} + .c2[type='checkbox']:checked { background-color: var(--charcoal-brand); } @@ -140,6 +148,7 @@ exports[`Storybook Tests Checkbox Invalid 1`] = ` onTouchEnd={[Function]} onTouchMove={[Function]} onTouchStart={[Function]} + readOnly={false} type="checkbox" />