{"id":23897981,"url":"https://github.com/byteszero/mdcheckbox","last_synced_at":"2025-08-15T14:23:16.592Z","repository":{"id":32823374,"uuid":"36416297","full_name":"BytesZero/MDCheckBox","owner":"BytesZero","description":"这是一个MD风格的CheckBox","archived":false,"fork":false,"pushed_at":"2015-05-28T07:02:07.000Z","size":1404,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T14:46:16.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BytesZero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-28T05:17:37.000Z","updated_at":"2018-04-08T09:04:54.000Z","dependencies_parsed_at":"2022-09-05T15:31:47.439Z","dependency_job_id":null,"html_url":"https://github.com/BytesZero/MDCheckBox","commit_stats":null,"previous_names":["byteszero/mdcheckbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMDCheckBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMDCheckBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMDCheckBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMDCheckBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytesZero","download_url":"https://codeload.github.com/BytesZero/MDCheckBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248260171,"owners_count":21074207,"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":"2025-01-04T17:19:24.584Z","updated_at":"2025-04-10T17:05:15.117Z","avatar_url":"https://github.com/BytesZero.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MDCheckBox\n这是一个MD风格的CheckBox\n###效果\n![](MDCheckBox.gif)\n\n###用法\n\n```java\n\u003ccom.zsl.mdcheckbox.MDCheckBox\n        android:id=\"@+id/main_mdcb_checkbox\"\n        android:layout_width=\"40dp\"\n        android:layout_height=\"40dp\" /\u003e\n```\n###监听事件\n```java\nMDCheckBox mdcb= (MDCheckBox) findViewById(R.id.main_mdcb_checkbox);\nmdcb.setOnCheckedChangeListener(new MDCheckBox.OnCheckedChangeListener() {\n    @Override\n    public void onCheckedChanged(View buttonView, boolean isChecked) {\n        tv_name.setText(\"是否选中：\"+isChecked);\n    }\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteszero%2Fmdcheckbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteszero%2Fmdcheckbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteszero%2Fmdcheckbox/lists"}