{"id":34633161,"url":"https://github.com/amyth/jquery-icheck","last_synced_at":"2026-05-26T22:33:03.825Z","repository":{"id":149634529,"uuid":"38473564","full_name":"amyth/jquery-icheck","owner":"amyth","description":"jQuery icheck is an interactive checkbox with a better UI and UX. jQuery-iCheck converts a checkbox into a switch/button where the on/off values are customizable.","archived":false,"fork":false,"pushed_at":"2015-07-03T12:50:24.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-01T06:05:09.149Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amyth.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-07-03T05:21:49.000Z","updated_at":"2023-04-01T06:14:40.675Z","dependencies_parsed_at":"2023-04-01T06:14:40.613Z","dependency_job_id":null,"html_url":"https://github.com/amyth/jquery-icheck","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/amyth/jquery-icheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fjquery-icheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fjquery-icheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fjquery-icheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fjquery-icheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amyth","download_url":"https://codeload.github.com/amyth/jquery-icheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fjquery-icheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33542350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-24T16:54:59.809Z","updated_at":"2026-05-26T22:33:03.820Z","avatar_url":"https://github.com/amyth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## jquery-icheck\njQuery icheck is an interactive checkbox with a better UI and UX. jQuery-iCheck converts a checkbox into a switch/button where the on/off values are customizable.\n\n### Usage\n---\n\nFirst include jquery in the `\u003chead\u003e` section of your HTML template/page.\n```\n\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"\u003e\u003c/script\u003e\n```\nThen include jQuery-iCheck's `js` and `css` file in the HTML\n```\n\u003cscript src=\"jquery-icheck/js/jquery.icheck.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"jquery-icheck/css/jquery.icheck.css\" /\u003e\n```\nFinally to initialize icheck on a checkbox just use the `icheck` method.\n```\n\u003cinput type=\"checkbox\" id=\"sample-checkbox\" /\u003e\n$('#sample-checkbox').icheck();\n```\n\n### Options\n---\n\nAs icheck is a lightweight and a very basic plugin there are only two options available at the moment that let's you change the text for the checkbox on `checked` and `unchecked` state respectively.\n\n - checkedText: (string) This string will be used as the selected value when the checkbox is in a checked state\n - uncheckedText: (string) This string will be used as the selected value when the checkbox is in an unchecked state\n\n\nTo override the defaults you'd need to pass in the custom options as an object while calling the icheck method. Following is an example.\n```\n\u003cinput type=\"checkbox\" id=\"sample-checkbox\" /\u003e\n$('#sample-checkbox').icheck({\n    uncheckedText: \"No\",\n    checkedText: \"Yes\"\n});\n```\n\n### Contributors\n---\n\nAmyth Singh (\u003cmail@amythsingh.com\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famyth%2Fjquery-icheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famyth%2Fjquery-icheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famyth%2Fjquery-icheck/lists"}