İOS UI CheckBox element
- Simply use.
- Simply designable checkbox element.
- Less code.
box = CheckBox(view: self.view, style: .oval)
box.create(size: .small , center: CGPoint(x: 50, y: 50))
box.state // true | false
box.animation = .scale
box.remove()
box.contentColor = UIColor.red
box.contentBorderColor = UIColor.black
box.windowColor = UIColor.cyan
box.windowBorderColor = UIColor.clear
box.windowBorderWidth = 3