
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
-isoftdata-svelte-checkbox
Advanced tools
npm i @isoftdata/svelte-checkbox
| Name | Type | Description | Default Value |
|---|---|---|---|
id | string | The id of the input | (defaults to a uuid generated at runtime) |
label | string | The label to be show to the user for the checkbox | '' |
name | string | Passed to the input when type = checkbox | |
checked | boolean | The checked state of the checkbox. | false |
showLabel | boolean | Wheather to show the label | true |
title | string | title attribute for the input element. Browsers treat this like a tooltip | '' |
indeterminate | boolean | The indeterminate property on the input checkbox element | false |
inline | boolean | Whether the label and input's parent div should have the Bootstrap form-check-inline class applied. | |
trueLabel | string | The label for the "true" button when type="radio" | 'Yes' |
falseLabel | string | The label for the "false" button when type="radio" | 'No' |
<script lang="ts">
import Checkbox from '@isoftdata/svelte-checkbox'
let isTheCheckboxChecked = false
</script>
<Checkbox
label="Checkbox!"
bind:checked={isTheCheckboxChecked}
/>
FAQs
## Install
We found that -isoftdata-svelte-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.