diff --git a/src/components/checkbox/checkbox.scss b/src/components/checkbox/checkbox.scss index 58ffa59e7e..dbd751e3f4 100644 --- a/src/components/checkbox/checkbox.scss +++ b/src/components/checkbox/checkbox.scss @@ -1,10 +1,35 @@ +/** +* :::important +* The `CheckboxTemplate` can be imported and used in the HTML of +* other components, to render a non-functional and decorative checkbox in +* their UI. An example of this is the list component. +* This means the content of `CheckboxTemplate` will become a part of the +* consumer's DOM structure. +* +* Additionally, the consumer components' also need to import the current `.scss` +* file into their own styles file, for the checkbox to be rendered correctly! +* This means, if the styles in this file are not "specific" enough, +* there is a risk that the consumer component's styles are affected by +* our styles here. +* +* For instance if the consumer has a `