M13Checkbox
M13Checkbox copied to clipboard
A customizeable checkbox for iOS
Is it possible to make these properties visibles in objc? replacing open var uncheckedValue: Any? with @objc open var uncheckedValue: Any? Thank you in advance!
Can we set the color when isEnabled is false? I'd like to show the checkbox greyed out when it's disabled.
Attempting to set layout constraints programmatically, e.g.: `checkbox.translatesAutoresizingMaskIntoConstraints = false checkbox.leadingAnchor.constraint(equalTo: self.view.leadingAnchor, constant: 25).isActive = true` results in a sort of plus symbol ("+") being rendered at [0,0].
How to get checkmark color is 100% transparent?
how can I create a group of M13Checkbox which when I check one of them the others automatically unchecked
Hi, scrolling not working when drag on M13Checkbox and "touchesShouldCancel" don't trigger in my scrollview
Hello, At WWDC23 Apple announced that apps and SDKs that make use of certain "required reason" APIs etc will need to provide a privacy manifest. Does M13Checkbox need to include...
I just clone my old project and try build it on Xcode 15.3 and its start showing me this error. I have attached the screen short for the