{"id":4098,"url":"https://github.com/sconxu/react-native-checkbox","last_synced_at":"2025-04-05T04:08:22.830Z","repository":{"id":56824104,"uuid":"43353623","full_name":"sconxu/react-native-checkbox","owner":"sconxu","description":"Checkbox component for React native","archived":false,"fork":false,"pushed_at":"2020-04-18T14:38:09.000Z","size":52,"stargazers_count":172,"open_issues_count":11,"forks_count":101,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-27T15:07:18.567Z","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/sconxu.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":"2015-09-29T08:05:45.000Z","updated_at":"2024-04-30T07:42:40.000Z","dependencies_parsed_at":"2022-09-01T09:20:10.160Z","dependency_job_id":null,"html_url":"https://github.com/sconxu/react-native-checkbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sconxu%2Freact-native-checkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sconxu%2Freact-native-checkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sconxu%2Freact-native-checkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sconxu%2Freact-native-checkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sconxu","download_url":"https://codeload.github.com/sconxu/react-native-checkbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284941,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-01-05T20:17:00.979Z","updated_at":"2025-04-05T04:08:22.792Z","avatar_url":"https://github.com/sconxu.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-checkbox\nCheckbox component for React native\n\n## Installation:\n\nInstall the component through npm using:\n\n```\nnpm install react-native-checkbox --save\n```\n\n\n## Example:\n```js\nimport CheckBox from 'react-native-checkbox';\n\n\u003cCheckBox\n  label='Label'\n  checked={true}\n  onChange={(checked) =\u003e console.log('I am checked', checked)}\n/\u003e\n```\n\n## Props:\n\n\n- `label` : text that will be displayed along the checkbox\n- `labelBefore` : position the label before the checkbox (boolean). The default\nvalue is false\n- `labelStyle` : style object that will be applied to the label\n- `checked` : initial checked value\n- `checkedImage`: checked image (e.g.: require('PATH_TO_IMAGE'))\n- `checkboxStyle` : style object that will be applied to the\n  checkbox\n- `uncheckedImage`: unchecked image (e.g.: require('PATH_TO_IMAGE'))\n- `onChange` : callback function that will be invoked with the toggled checked property as argument.\n- `containerStyle` : style object that will be applied to the\n  container\n- `underlayColor` : style the touchable component underlay color\n- `accessible` : indicates whether view is an accessible element\n- `accessibilityLabel` : maps to content description / label for Android automation\n- `testID` : maps to id / name for iOS automation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsconxu%2Freact-native-checkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsconxu%2Freact-native-checkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsconxu%2Freact-native-checkbox/lists"}