diff --git a/packages/canon/src/components/Checkbox/styles.css b/packages/canon/src/components/Checkbox/styles.css index 0ef0834a56..eda643fc04 100644 --- a/packages/canon/src/components/Checkbox/styles.css +++ b/packages/canon/src/components/Checkbox/styles.css @@ -7,6 +7,7 @@ font-size: var(--canon-font-sizes-xs); font-family: var(--canon-font-regular); color: var(--canon-text-primary); + user-select: none; & .checkbox { all: unset;