Represents a checked list box control, which is a list box containing items accompanied by check boxes that can be checked or unchecked.
Component | +--Control | +--ListBox | +--CheckedListBox
package com.ms.wfc.ui
public class CheckedListBox
extends ListBox