How to replace the multi-select alphabet sign with a checkbox sign in multi-step forms
Replace this:

With this:

You can use the following CSS in the Custom CSS box in the Desing tab of your formaloo editor to replace the multi-select alphabet sign with a checkbox sign in multi-step forms:
#formz-wrapper .formz-input-animate .formz-selectable-option-input label .formz-shortcut-key-box { display: none !important; }
.formz-checkbox { position: absolute; display: inline !important; width: 30px; height: 23px; margin-left: 10px; }

With this:

You can use the following CSS in the Custom CSS box in the Desing tab of your formaloo editor to replace the multi-select alphabet sign with a checkbox sign in multi-step forms:
#formz-wrapper .formz-input-animate .formz-selectable-option-input label .formz-shortcut-key-box { display: none !important; }
.formz-checkbox { position: absolute; display: inline !important; width: 30px; height: 23px; margin-left: 10px; }
Updated on: 22/01/2023
Thank you!