
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@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
The npm package @workday/canvas-kit-css-checkbox receives a total of 1,130 weekly downloads. As such, @workday/canvas-kit-css-checkbox popularity was classified as popular.
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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.