+ (MUICheckmark *) checkmarkWithControlCharFromLabel:(OBString *)label

Returns a checkmark object with the control char taken from the label string

+ (id) checkmarkWithLabel:(OBString *)label checkmark:(MUICheckmark **)checkmarkptr

Returns a group with checkmark and the label object placed on the right side of the checkmark The checkmark pointer will be set to the new checkmark object (unretained) if not NULL

+ (id) checkmarkWithLabel:(OBString *)label checkmark:(MUICheckmark **)checkmarkptr label:(MUILabel **)labelptr
- (id) initWithControlCharFromLabel:(OBString *)label