Checkbox in Swing

Checkbox -> JRadioButtonChoice -> JComboBoxCheckboxGroup -> ?and for cb=new JRadioButton("check",false), cb.getState don't work, must use something else?
[191 byte] By [VafCata] at [2007-11-26 15:23:54]
# 1
CheckboxGroup -> ButtonGroupcb.getState -> cb.isSelected()
Michael_Dunna at 2007-7-8 21:39:15 > top of Java-index,Desktop,Core GUI APIs...