CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | SwiftSwift | 
| License | MIT | 
| ReleasedLast Release | Aug 2015 | 
| SPMSupports SPM | ✗ | 
Maintained by Takuya Okamoto.
Elastic Animated Check Box inpired by https://dribbble.com/shots/1631598-On-Off and http://robb.is/working-on/a-hamburger-button-transition/
pod 'TKAnimatedCheckButton'
 self.button = TKAnimatedCheckButton(frame: CGRectMake(0, 0, 44, 44))func toggle() {
  self.button.checked = !self.button.checked
}self.button.color = UIColor.redColor().CGColor
self.button.skeletonColor = UIColor.blueColor().CGColor