How do I make the checkboxes bigger with a CSS snippet?

What I’m trying to do

Does this work with your settings?

/* CHECKBOX SIZE – EDITING AND READING MODE */
.task-list-item-checkbox {
  width: 25px;
  height: 25px;
}

Angel

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.