Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@umbraco-ui/uui-checkbox
Advanced tools
Umbraco checkbox custom element, toggles between checked and uncheck
npm i @umbraco-ui/uui-checkbox
Import the registration of <uui-checkbox>
via:
import '@umbraco-ui/uui-checkbox/lib';
When looking to leverage the UUICheckboxElement
base class as a type and/or for extension purposes, do so via:
import { UUICheckboxElement } from '@umbraco-ui/uui-checkbox/lib/uui-checkbox.element';
The component is available via CDN. This means it can be added to your application without the need of any bundler configuration. Here is how to use it with jsDelivr.
<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-checkbox@latest/dist/uui-checkbox.min.js"></script>
<!-- Specific version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-checkbox@X.X.X/dist/uui-checkbox.min.js"></script>
<uui-checkbox label="Checkbox" value="bike"></uui-checkbox>
FAQs
Umbraco checkbox custom element, toggles between checked and uncheck
The npm package @umbraco-ui/uui-checkbox receives a total of 744 weekly downloads. As such, @umbraco-ui/uui-checkbox popularity was classified as not popular.
We found that @umbraco-ui/uui-checkbox demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.