Checkbox style size

Hi, I am trying to change the size of the checkbox.
The font size property works but not the box size.
Thanks in advance.

  checkbox = createCheckbox('label', true);
  checkbox.style("font-size", '46px');
  checkbox.style("height", '46px');
  checkbox.position(10, 10);

Hi

1 Like

Thank you. That works.

1 Like