#ifndef _WDCCHECKBOX_H_
#define _WDCCHECKBOX_H_

#include "guiobj.h"
#include "radiobox.h"

@interface WDCCheckBox : WDCRadioBox
{
}

@end

#endif
