https://github.com/fanta1ty/tcheckbox
TCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code
https://github.com/fanta1ty/tcheckbox
check checkbox checkbox-component cocoapods framework ios ios-swift ios10 library swift swift5 uikit uikit-framework uncheck
Last synced: 4 days ago
JSON representation
TCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code
- Host: GitHub
- URL: https://github.com/fanta1ty/tcheckbox
- Owner: fanta1ty
- License: mit
- Created: 2022-08-02T14:57:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T08:41:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T18:46:58.882Z (5 months ago)
- Topics: check, checkbox, checkbox-component, cocoapods, framework, ios, ios-swift, ios10, library, swift, swift5, uikit, uikit-framework, uncheck
- Language: Swift
- Homepage:
- Size: 178 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TCheckBox
TCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code
[](https://developer.apple.com/swift/)
[](https://cocoapods.org/pods/TCheckBox)
[](https://cocoapods.org/pods/TCheckBox)
[](https://cocoapods.org/pods/TCheckBox)
[]([email protected])## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
TCheckBox is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'TCheckBox'
```## Usage
```swift
import TCheckBox
```1) Initiate ``TCheckBox``
```swift
let checkBox = TCheckBox()
```2) Input content you want to show into ``TCheckBox`` property
```swift
checkBox.contentLabel.text = "Hello TCheckBox...."
```3) Toggle ``isSelected`` property for checked/unchecked
```swift
checkBox.checkButton.isSelected = true
checkBox.checkButton.isSelected = false
```
## Requirements
- iOS 10.0 or later
- Swift 5.0 or later## Author
fanta1ty, [email protected]
## License
TCheckBox is available under the MIT license. See the LICENSE file for more info.