Answers for "increase the width of a 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 "increase the width of a checkbox"

Browse Popular Code Answers by Language