{"id":4336,"url":"https://github.com/BhavanPatel/react-native-easy-checkbox","last_synced_at":"2025-08-04T01:32:06.649Z","repository":{"id":57336699,"uuid":"104705808","full_name":"BhavanPatel/react-native-easy-checkbox","owner":"BhavanPatel","description":"Simple CheckBox for react-native","archived":false,"fork":false,"pushed_at":"2017-09-30T06:07:19.000Z","size":628,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-13T12:13:03.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/BhavanPatel.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":"2017-09-25T05:14:29.000Z","updated_at":"2023-03-09T04:13:02.000Z","dependencies_parsed_at":"2022-09-11T04:00:11.511Z","dependency_job_id":null,"html_url":"https://github.com/BhavanPatel/react-native-easy-checkbox","commit_stats":null,"previous_names":["bhavanpatel/react-native-checkbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-easy-checkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-easy-checkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-easy-checkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-easy-checkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BhavanPatel","download_url":"https://codeload.github.com/BhavanPatel/react-native-easy-checkbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228582487,"owners_count":17940587,"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:08.671Z","updated_at":"2024-12-07T08:30:32.126Z","avatar_url":"https://github.com/BhavanPatel.png","language":"Objective-C","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-easy-checkbox\n[![NPM version](https://img.shields.io/npm/v/react-native-easy-checkbox.svg)](https://www.npmjs.com/package/react-native-easy-checkbox)\n\n[![npm](https://img.shields.io/npm/dw/react-native-easy-checkbox.svg)](https://github.com/BhavanPatel/react-native-easy-checkbox)\n\n[![GitHub issues](https://img.shields.io/github/issues/BhavanPatel/react-native-easy-checkbox.svg)](https://github.com/BhavanPatel/react-native-easy-checkbox/issues)\n[![GitHub forks](https://img.shields.io/github/forks/BhavanPatel/react-native-easy-checkbox.svg)](https://github.com/BhavanPatel/react-native-easy-checkbox/network)\n[![GitHub stars](https://img.shields.io/github/stars/BhavanPatel/react-native-easy-checkbox.svg)](https://github.com/BhavanPatel/react-native-easy-checkbox/stargazers)\n\n[![NPM](https://nodei.co/npm/react-native-easy-checkbox.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/react-native-easy-checkbox/)\n\nSimple CheckBox for react-native\n\n## Installation in project\n\n```bash\nnpm install react-native-easy-checkbox --save\n\nreact-native link react-native-vector-icons\n```\n\n## Example\n##### [Example here](https://github.com/BhavanPatel/react-native-checkbox/tree/master/Example)\n\n\n## Sample usage\n```javascript\n\nimport CheckBox from 'react-native-easy-checkbox';\n\n```\n```html\n\u003cCheckBox name=\"name1\" checked={true} onChange={(value) =\u003e this._onChangeValue(value)}/\u003e\n```\n\n## Configuration\n\nCheckbox component all Configuration.\n\n| Props | Option | Default  | Description  |\n| ------ | ------ | ------ | ------ |\n| name | String |checkbox | Name of checbox |\n| checked | Boolean |true | State of checkbox |\n| checkBoxTrueStyle | Array or Object | - | Style for True Checkbox container |\n| checkBoxFalseStyle | Array or Object | - | Style for False Checkbox container |\n| checkIconStyle |  Array or Object | - | Style for Checkbox |\n| onChange | Function | - | On touch of checkbox returns state of checkbox |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhavanPatel%2Freact-native-easy-checkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBhavanPatel%2Freact-native-easy-checkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhavanPatel%2Freact-native-easy-checkbox/lists"}