How to increase the size of JRadioButtons & JCheckBoxes?

I have a checklist with radio buttons and checkboxes, I want to make circles and boxes a little bigger than their default size.

+3
source share
2 answers

Some platforms support the large size option, as described in Resizing a component .

+3
source

You need to provide custom badges. Read the API for appropriate methods for setting custom icons for various model states.

+2
source

All Articles