{"id":19313138,"url":"https://github.com/applikey/react-native-checkbox-list","last_synced_at":"2026-05-16T15:31:13.096Z","repository":{"id":102551274,"uuid":"99555661","full_name":"AppliKey/react-native-checkbox-list","owner":"AppliKey","description":"Simple checkbox list for your react native application.","archived":false,"fork":false,"pushed_at":"2017-08-29T13:09:33.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T03:46:20.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AppliKey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-07T08:35:10.000Z","updated_at":"2017-08-30T01:43:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa0205e3-4b7d-4ce9-ba0b-99b0a91a33a8","html_url":"https://github.com/AppliKey/react-native-checkbox-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AppliKey/react-native-checkbox-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2Freact-native-checkbox-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2Freact-native-checkbox-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2Freact-native-checkbox-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2Freact-native-checkbox-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppliKey","download_url":"https://codeload.github.com/AppliKey/react-native-checkbox-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2Freact-native-checkbox-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33108090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-10T00:37:27.724Z","updated_at":"2026-05-16T15:31:13.084Z","avatar_url":"https://github.com/AppliKey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\n```bash\n  $ npm i react-native-checkbox-list --save\n```\n\n## Usage\n\n```jsx\n  import { ListOfCheckbox } from'react-native-checkbox-list';  \n...\n\u003cListOfCheckbox  arrayCheckbox={[ \n  { \n    image: require('./some-image-forCheck.png'), \n    label: 'CheckOne',\n    labelLeft: true, \n    value: 'checkOne', \n    styleCheckbox: {width: 30,height: 30,borderWidth: 2,borderColor: '#000'},\n    styleLabel: {color: '#000', fontSize: 20}\n  },\n\n  { \n    image: require('./some-image-forCheck.png'), \n    label: 'CheckTwo',\n    labelLeft: true,  \n    value: 'checkTwo', \n    styleCheckbox: {width: 30,height: 30,borderWidth: 2,borderColor: '#000'},\n    styleLabel: {color: '#000', fontSize: 20}\n  }\n  ]}\n\n/\u003e\n```\n\n### Properties\n| Prop   | Type | Description |\n| :------------ |:------:| :-----------------:|\n| arrayCheckbox | `Array` | Array of checkboxes objects |\n| image | `require()` | Picture of the marked checkbox |\n| value | `String` | Key for object of checkbox in array checkboxes, which return method getArrayCheckbox |\n| styleCheckbox | `Object` | Object of style checkbox |\n| styleLabel | `Object` | Object of style label |\n| label | `String` | Label for checkbox |\n| labelLeft | `Boolean` | Label before checkbox |\n| labelRight | `Boolean` | Label after checkbox |\n\n\n## Methods\n\n  getArrayCheckbox\n  return array of checkboxs with result\n\n```jsx\n  import { getArrayCheckbox } from'react-native-checkbox-list';  \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplikey%2Freact-native-checkbox-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplikey%2Freact-native-checkbox-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplikey%2Freact-native-checkbox-list/lists"}