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

  1. Copy and paste the code as indicated above.

  2. Customize the size.

Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Back to Top Text Link

Next
Next

Change the Size of the Radio Button