Increase the size of the checkbox

Hello,
How do I increase the size of the checkbox.

Thanks,
Dirceu M. Azevedo

You can use style for the input checkbox, add id attributes for the input checkbox like “checkbox” add below code to the htmel element

#checkbox input {
Height : 20px;
Width:20px;
}

This topic was automatically closed after 70 days. New replies are no longer allowed.