Modify checkbox drawing

Description

How to change dimension of check rectangle inside checkbox

What MCU/Processor/Board and compiler are you using?

Board is curiosity 2 with xc32 compiler

What do you want to achieve?

i want to change dimension of colored rectangle check inside checkbox, it’s possible
changing padding in style?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

It’s automatically set to the height of the font you use.

In v7 you can control it with paddings,

1 Like