Checkbox custom styling does not work

Maybe I am doing something wrong but I can’t make the settings in newly added checkbox styling work.

Neither in Bricks, not in frontend nothing changes.

Now it works. But another problem is here. If I set a background color, the check mark is not here anymore.

If you change the styling behavior of form fields, appearance: none will be added. So you need to create the checked state yourself. Just use Bricks Pseudo classes for that. Create a :checked state and assign a different background color, icon or something else :slight_smile:

1 Like

Hey Daniele, I’m having the same issue, I created the :checked state but I’m not sure where to add an Icon to it. Could you help me on that?