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.
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