BEMCheckBox icon indicating copy to clipboard operation
BEMCheckBox copied to clipboard

Unwanted little circle at the top left.

Open RayanSaeed opened this issue 7 years ago • 4 comments

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. screen shot 2017-07-07 at 5 27 26 am

RayanSaeed avatar Jul 07 '17 01:07 RayanSaeed

Hi @RayanSaeed, Have you fixed this issue? I wonder where this could be coming from... Are you sure that you only initialize 6 checkboxes?

Boris-Em avatar Dec 06 '17 13:12 Boris-Em

I also got this bug. Happens when set on property to true at initial time.

danleechina avatar Jan 14 '18 08:01 danleechina

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.

hanmeng1989 avatar Apr 26 '18 09:04 hanmeng1989

Fixed this by setting onTintColor after setting up constraints.

DusanCC avatar Nov 22 '18 09:11 DusanCC