{"id":24733618,"url":"https://github.com/fanta1ty/tcheckbox","last_synced_at":"2025-06-11T09:03:20.622Z","repository":{"id":62457786,"uuid":"520542020","full_name":"fanta1ty/TCheckBox","owner":"fanta1ty","description":"TCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code","archived":false,"fork":false,"pushed_at":"2022-08-03T08:41:03.000Z","size":182,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T18:46:58.882Z","etag":null,"topics":["check","checkbox","checkbox-component","cocoapods","framework","ios","ios-swift","ios10","library","swift","swift5","uikit","uikit-framework","uncheck"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/fanta1ty.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":"2022-08-02T14:57:42.000Z","updated_at":"2022-08-18T14:18:24.000Z","dependencies_parsed_at":"2022-11-02T00:31:39.705Z","dependency_job_id":null,"html_url":"https://github.com/fanta1ty/TCheckBox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTCheckBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTCheckBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTCheckBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTCheckBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fanta1ty","download_url":"https://codeload.github.com/fanta1ty/TCheckBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235897795,"owners_count":19062693,"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":["check","checkbox","checkbox-component","cocoapods","framework","ios","ios-swift","ios10","library","swift","swift5","uikit","uikit-framework","uncheck"],"created_at":"2025-01-27T18:17:24.140Z","updated_at":"2025-01-27T18:17:24.847Z","avatar_url":"https://github.com/fanta1ty.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![LOGO](https://github.com/fanta1ty/TCheckBox/blob/master/ScreenShot/Logo.png)\n\n# TCheckBox\n\nTCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code\n  \n[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-brightgreen)](https://developer.apple.com/swift/)\n[![Version](https://img.shields.io/cocoapods/v/TCheckBox.svg?style=flat)](https://cocoapods.org/pods/TCheckBox)\n[![License](https://img.shields.io/cocoapods/l/TCheckBox.svg?style=flat)](https://cocoapods.org/pods/TCheckBox)\n[![Platform](https://img.shields.io/cocoapods/p/TCheckBox.svg?style=flat)](https://cocoapods.org/pods/TCheckBox)\n[![Email](https://img.shields.io/badge/contact-@thinhnguyen12389@gmail.com-blue)](thinhnguyen12389@gmail.com)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nTCheckBox is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'TCheckBox'\n```\n\n## Usage\n```swift\nimport TCheckBox\n```\n\n1) Initiate ``TCheckBox``\n```swift\nlet checkBox = TCheckBox()\n```\n\n2) Input content you want to show into ``TCheckBox`` property\n```swift\ncheckBox.contentLabel.text = \"Hello TCheckBox....\"\n```\n\n3) Toggle ``isSelected`` property for checked/unchecked\n```swift\ncheckBox.checkButton.isSelected = true\ncheckBox.checkButton.isSelected = false\n```\n\n![til](https://github.com/fanta1ty/TCheckBox/blob/master/ScreenShot/Screen%20Shot.gif)\n\n## Requirements\n- iOS 10.0 or later\n- Swift 5.0 or later\n\n## Author\n\nfanta1ty, thinhnguyen12389@gmail.com\n\n## License\n\nTCheckBox is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanta1ty%2Ftcheckbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffanta1ty%2Ftcheckbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanta1ty%2Ftcheckbox/lists"}