{"id":16453740,"url":"https://github.com/vonovak/react-native-round-checkbox","last_synced_at":"2025-03-21T05:30:41.896Z","repository":{"id":57106423,"uuid":"65689878","full_name":"vonovak/react-native-round-checkbox","owner":"vonovak","description":"iOS-styled round checkbox for RN","archived":false,"fork":false,"pushed_at":"2020-05-25T18:08:09.000Z","size":53,"stargazers_count":30,"open_issues_count":2,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-27T16:03:39.327Z","etag":null,"topics":["checkbox","ios","react-native"],"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/vonovak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["vonovak"]}},"created_at":"2016-08-14T22:49:50.000Z","updated_at":"2023-10-19T05:51:23.000Z","dependencies_parsed_at":"2022-08-20T23:50:47.817Z","dependency_job_id":null,"html_url":"https://github.com/vonovak/react-native-round-checkbox","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonovak%2Freact-native-round-checkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonovak%2Freact-native-round-checkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonovak%2Freact-native-round-checkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonovak%2Freact-native-round-checkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vonovak","download_url":"https://codeload.github.com/vonovak/react-native-round-checkbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117271,"owners_count":20400742,"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":["checkbox","ios","react-native"],"created_at":"2024-10-11T10:16:39.080Z","updated_at":"2025-03-21T05:30:41.613Z","avatar_url":"https://github.com/vonovak.png","language":"JavaScript","funding_links":["https://github.com/sponsors/vonovak"],"categories":[],"sub_categories":[],"readme":"# React Native Round Checkbox\n\nPure js, lightweight checkbox styled as in iOS. Depends on `react-native-vector-icons`\n\n### install\n\n`npm i --save rn-round-checkbox`\n\n### Usage\n\n`import RoundCheckbox from 'rn-round-checkbox';`\n\n![Example 1](https://raw.githubusercontent.com/vonovak/react-native-round-checkbox/master/image.png 'Example 1')\n\n```\n\u003cRoundCheckbox\n  size={24}\n  checked={this.state.isSelected}\n  onValueChange={(newValue) =\u003e {console.log(newValue)}}\n/\u003e\n```\n\n### Props\n\n| Property        | Type      | Default       | Description                                   |\n| --------------- | --------- | ------------- | --------------------------------------------- |\n| icon            | `string`  | ios-checkmark | name of icon (from Ionicons) in the checkbox  |\n| backgroundColor | `string`  | '#007AFF'     | background color when checked                 |\n| size            | `number`  | 24            | icon size                                     |\n| iconColor       | `string`  | 'white'       | icon color                                    |\n| borderColor     | `string`  | 'grey'        | border color                                  |\n| checked         | `boolean` | false         | checked                                       |\n| onValueChange   | function  |               | function called on change with new value      |\n| style           | object    | {}            | overwrite styles that are passed to the parent|\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonovak%2Freact-native-round-checkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonovak%2Freact-native-round-checkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonovak%2Freact-native-round-checkbox/lists"}