
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@workday/canvas-kit-css-checkbox
Advanced tools
Checkbox styles
yarn add @workday/canvas-kit-css
or
yarn add @workday/canvas-kit-css-checkbox
Add your node_modules directory to your SASS includePaths. You will then be able to import
index.scss.
@import '~@workday/canvas-kit-css-checkbox/index.scss';
You must have PostCSS support. Add the postcss-inline-svg plugin to properly process and inline icons. Process your SASS through PostCSS once it has been compiled to CSS.
<div class="wdc-form-checkbox">
<input type="checkbox" id="checkbox" />
<label for="checkbox">Checkbox option</label>
</div>
Note: While a base checkbox component is provided in this package, it is not accessible when used as is. It should be used in tandem with canvas-kit-form-field to be made fully accessible.
Render a checkbox inside a canvas-kit-form-field to add a label.
FAQs
The checkbox css for canvas-kit-css
We found that @workday/canvas-kit-css-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.