Answers for "how to increase width of checkbox"

CSS
1

update checkbox size css

input./*checkbox class name*/ {
  width: /*preferred width*/;
  height: /*preferred height*/;
}
Posted by: Guest on July-16-2020

Code answers related to "how to increase width of checkbox"

Browse Popular Code Answers by Language