Styling radio button without label
问题 I am now facing this problem: I want to style radio buttons and checkboxes that are generated by system and do not have a label . I am working with IBM SPSS Data Collection for making online surveys, so that means it generates all questions to page according to some template I can style (mostly styling with CSS). I found out many tutorials how to style radio buttons and checkboxes using pure CSS, problem is, all of them are using label: <label for="id"></label> . Point is, that generaged code