Hi,
on Safari 14 and also on iOS 14 when I select a checkbox the animation doesn't working well and it seems not be checked.
Summary
Checkbox does not work correctly.
Expected result
Checkbox has to be selected on click.
Thanks
@FezVrasta I'm having the same issue, any news about that?
thank for your support
@FezVrasta any update ?
Same problem here, any update ?
Same here.
Issue seems to be, that the .checkbox label .checkbox-decorator .check::before is not rendering with 0 width and height. I put it on 1px and seems to work.
Ok if I add :
.checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
width: 1px !important;
height: 1px !important;
}
it works.
Most helpful comment
Ok if I add :
it works.