How to limit number of responses to each option in multiple-choices or check-boxes

I have made a form where users can choose different timings, 7:10pm, 7:20pm, 7:30pm, etc using radio buttons. I want to limit the amount of people choosing each time. Eg. if 10 people choose 7:10pm, the option disappears. What code can I use to do this?