comp = (ItsNatFreeLabel)compMgr.createItsNatComponentById("labelId1","freeLabel",null);
comp.setValue("Any Text");
ItsNatHTMLInputText textInput = compMgr.createItsNatHTMLInputText(null,null);
shared(0,comp,textInput);
comp = (ItsNatFreeLabel)compMgr.createItsNatComponentById("labelId2","freeLabel",null);
comp.setValue(Boolean.TRUE);
ItsNatHTMLInputCheckBox checkBox = compMgr.createItsNatHTMLInputCheckBox(null,null);
shared(1,comp,checkBox);
comp = (ItsNatFreeLabel)compMgr.createItsNatComponentById("labelId3","freeLabel",null);