{"id":18015543,"url":"https://github.com/ehsan-shv/vb-checkbox","last_synced_at":"2026-04-28T11:05:05.327Z","repository":{"id":43462448,"uuid":"464185555","full_name":"ehsan-shv/vb-checkbox","owner":"ehsan-shv","description":"Vue3 and Nuxt3 customizable checkbox input.","archived":false,"fork":false,"pushed_at":"2022-03-01T16:53:00.000Z","size":586,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T05:58:50.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ehsan-shv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-27T16:08:52.000Z","updated_at":"2023-03-07T06:48:56.000Z","dependencies_parsed_at":"2022-09-17T09:01:03.583Z","dependency_job_id":null,"html_url":"https://github.com/ehsan-shv/vb-checkbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ehsan-shv/vb-checkbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-checkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-checkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-checkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-checkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehsan-shv","download_url":"https://codeload.github.com/ehsan-shv/vb-checkbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-checkbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T04:14:22.892Z","updated_at":"2026-04-28T11:05:05.308Z","avatar_url":"https://github.com/ehsan-shv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vb-checkbox\n\n\u003ca href=\"https://www.npmjs.com/package/vb-checkbox\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vb-checkbox.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n\n**Vue 3 checkbox component.**\n\n\u003e Support Vue3, Nuxt3 and type-safe. [Demo](https://ehsan-shv.github.io/vb-checkbox/)\n\n## Installation\n\n```bash\nnpm i vb-checkbox\n```\n\n## Import to component\n\n```js\n\u003ctemplate\u003e\n  \u003cdiv\u003e\u003cCheckbox :modelValue=\"check1\" label=\"check1\" /\u003e\u003c/div\u003e\n  \u003cdiv\u003e\u003cCheckbox :modelValue=\"check2\" label=\"check2\" /\u003e\u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript lang=\"ts\"\u003e\nimport { defineComponent, ref } from 'vue';\nimport Checkbox from 'vb-checkbox';\n\nexport default defineComponent({\n  components: {\n    Checkbox,\n  },\n  setup() {\n    const checked1 = ref(false);\n    const checked2 = ref(true);\n\n    return { check1, check2 };\n  },\n});\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-checkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehsan-shv%2Fvb-checkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-checkbox/lists"}