Marxon13/M13Checkbox

checkedValue and uncheckedValue

fjsosa opened this issue · 0 comments

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!