40414243444546
/** * Creates a new checkbox */ public CCheckBox() { super( null ); init( new CommonSimpleCheckAction( this )); }