Hi @rokasjrokas,
you are using radio Buttons. Radio Buttons only check once in every group, therefore you have to use a) checkboxes (real ones) or b) give every radio button a different group name (in the settings) but, radio Buttons cannot be unchecked easily by the user. So I would recommend replacing the radio Buttons with checkboxes.