{"id":18624366,"url":"https://github.com/crazychicken/checkbox-radio","last_synced_at":"2025-06-29T06:06:28.747Z","repository":{"id":57197575,"uuid":"63008819","full_name":"crazychicken/checkbox-radio","owner":"crazychicken","description":"Custom style checkbox \u0026 radio for web","archived":false,"fork":false,"pushed_at":"2017-10-16T11:00:40.000Z","size":719,"stargazers_count":42,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-13T16:52:29.875Z","etag":null,"topics":["checkbox","checkbox-radio","crazychicken","css","css3","html","html5","javascript","radio","tuds"],"latest_commit_sha":null,"homepage":"http://tuds.ninja/checkbox-radio/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crazychicken.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":"2016-07-10T16:50:49.000Z","updated_at":"2024-10-09T03:43:45.000Z","dependencies_parsed_at":"2022-09-06T10:51:05.403Z","dependency_job_id":null,"html_url":"https://github.com/crazychicken/checkbox-radio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crazychicken/checkbox-radio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazychicken%2Fcheckbox-radio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazychicken%2Fcheckbox-radio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazychicken%2Fcheckbox-radio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazychicken%2Fcheckbox-radio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazychicken","download_url":"https://codeload.github.com/crazychicken/checkbox-radio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazychicken%2Fcheckbox-radio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545031,"owners_count":23326658,"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","checkbox-radio","crazychicken","css","css3","html","html5","javascript","radio","tuds"],"created_at":"2024-11-07T04:28:34.948Z","updated_at":"2025-06-29T06:06:28.725Z","avatar_url":"https://github.com/crazychicken.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkbox\u0026radio\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]\n\n\n![enter image description here](http://tuds.ninja/checkbox-radio/dist/images/about-checkbox-radio.png)\n\n\n## Quick start\n* Clone the repo: `git clone git@github.com:crazychicken/checkbox-radio.git`\n* Install with npm: `npm install --save-dev crazychicken/checkbox-radio`\n* Install with npm: `npm install --save-dev checkbox-radio`\n* Or download the [latest release](https://github.com/crazychicken/checkbox-radio/archive/master.zip)\n\n## Demo\nhttp://tuds.ninja/checkbox-radio/dist/\n\n## How to use\n\n* First, include CSS files into your HTML head:\n```html\n\u003clink type=\"text/css\" rel=\"stylesheet\" href=\"./dist/css/checkbox_radio_img_sprite.css\"\u003e\n```\n\n* Set HTML Checkbox\n```html\n\u003clabel class=\"checkbox\"\u003e\n    \u003cinput type=\"checkbox\"\u003e\n    \u003ci class=\"icon-checkbox\"\u003e\u003c/i\u003e\n    Default\n\u003c/label\u003e\n\u003cbr\u003e\n\u003clabel class=\"checkbox\"\u003e\n    \u003cinput type=\"checkbox\" checked\u003e\n    \u003ci class=\"icon-checkbox\"\u003e\u003c/i\u003e\n    Checked\n\u003c/label\u003e\n```\n\n* Set HTML Radio\n```html\n\u003clabel class=\"radio\"\u003e\n    \u003cinput type=\"radio\" name=\"group-radio\"\u003e\n    \u003ci class=\"icon-radio\"\u003e\u003c/i\u003e\n    Default\n\u003c/label\u003e\n\u003cbr\u003e\n\u003clabel class=\"radio\"\u003e\n    \u003cinput type=\"radio\" name=\"group-radio\" checked\u003e\n    \u003ci class=\"icon-radio\"\u003e\u003c/i\u003e\n    Checked\n\u003c/label\u003e\n```\n\n## Tree\n```\ndist/\n  └── css/\n  |   ├── checkbox_radio.css\n  |   └── checkbox_radio_bootstrap.css\n  |   └── checkbox_radio_font.css\n  |   └── checkbox_radio_img_sprite.css\n  └── fonts/\n  └── images/\nsass/\n  ├── checkbox_radio.css\n  └── checkbox_radio_bootstrap.css\n  └── checkbox_radio_font.css\n  └── checkbox_radio_img_sprite.css\n```\n\n## Options style\n\n* checkbox_radio.css\n* checkbox_radio_bootstrap.css\n* checkbox_radio_font.css\n* checkbox_radio_img_sprite.css\n\n## Template full feature list\n\n* Semantically Correct / Valid HTML Code\n* HTML5, CSS3\n* Full project and seed project (build with: Gulp, Sass)\n* Cross browser compatible ( Internet Explorer 8+, Firefox, Safari, Opera, Chrome etc. )\n* W3C Valid source code, properly formatted and commented\n* Animations CSS3\n\n## Creators\n\n#### Tuds\n* Website:  http://tuds.ninja/\n* Github:   https://github.com/crazychicken/checkbox-radio\n* Facebook: https://www.facebook.com/tudscss/\n* Youtube:  https://www.youtube.com/channel/UCDACe-7BFGDucQoxTDfPotw\n* Twitter:   https://twitter.com/mtu_truong\n\n[downloads-image]: https://img.shields.io/npm/dm/checkbox-radio.svg\n[npm-url]: https://www.npmjs.com/package/checkbox-radio\n[npm-image]: https://img.shields.io/npm/v/checkbox-radio.svg\n\n## Copyright and license\n\nCode and documentation copyright 2016, MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazychicken%2Fcheckbox-radio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazychicken%2Fcheckbox-radio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazychicken%2Fcheckbox-radio/lists"}