How to prevent CheckboxList blinking when using lazy mode?

See video, every time I check one thing, the rest of the boxes are blinking.
3 Replies
Patrick Boivin
Is this a CheckboxList?
vahnmarty
vahnmartyOP2y ago
yes one thing that solved for me is by editing css.
.filament-forms-checkbox-list-component-option-label input:disabled{
opacity: 100;
background-color: #fff;
}

.filament-forms-checkbox-list-component-option-label input:checked{
opacity: 100;
@apply bg-primary-red;
}
.filament-forms-checkbox-list-component-option-label input:disabled{
opacity: 100;
background-color: #fff;
}

.filament-forms-checkbox-list-component-option-label input:checked{
opacity: 100;
@apply bg-primary-red;
}
Patrick Boivin
Lol it's in the title, I can't read apparently Exactly, I was going to suggest :
->extraAttributes(['style' => 'opacity: 1'])
->extraAttributes(['style' => 'opacity: 1'])
Want results from more Discord servers?
Add your server