Change the Size of the Checkbox
What does this code do?
This code snippet will allow you to change the size of the checkbox in a form.
Code Snippets
Copy and paste the following into Design > Custom CSS.
/*Change the size of the checkbox */
.sqs-block-form input[type=checkbox] {
transform: scale(1.5);
}
Then customize the scale number to change the size.
How To Use It
Copy and paste the code as indicated above.
Customize the size.