Is it possible to customize a checkbox in Cwicly without custom code?

I want to wrap the checkbox in a label, add a span with text in it, then hide the default checkbox to make a custom checkbox instead, and add rounding and a label background that wraps the text with the checkbox.

All of this I’m trying to do without resorting to custom code. Is this possible in Cwicly?
I’ve already tried to make a change to the checked via the cwicly design panel, but so far without success

Hi @creer,

You can simply wrap the Input block in a Div block and set the tag of the Div block to label.

Then you can apply any custom styling you want to the Div block with a global class and relative styles to target the checkbox input inside.

1 Like