you can use this code in main for change radio and checkbox inside color



try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {
...