BEMCheckBox
BEMCheckBox copied to clipboard
Unwanted little circle at the top left.
So I have a set of checkboxes, and I have grouped them using the available group feature.
After grouping I have started facing this issue whereby there appears a little empty circle at the top left totally unwanted and the default off state of the checkBox never appears.
Hi @RayanSaeed, Have you fixed this issue? I wonder where this could be coming from... Are you sure that you only initialize 6 checkboxes?
I also got this bug. Happens when set on
property to true at initial time.
I got this bug too. If I set the onTintColor
and onCheckColor
before set on
property to true at initial time. The bug will happen.
Fixed this by setting onTintColor after setting up constraints.