Description
Basic CheckBox implementation.
To implement a Diff CheckBox UI, generally you should:
- extends your RadioButtonUI to inherite diff features of buttons.
- implement a diff Icon for it, and put it into UI defaults with "CheckBox.icon" as key.
- initialize differnt UI defaults for buttons in your LAF class, for example: Button.border,
Button.font, ToggleButton.backgound XXXButton.foreground...