Hello. I get the following result with these codes. When i click "write", it finds out which selected checkboxes have been checked and the result comes out in richtexbox
This is what i got with the code i entered
But what i want to do is not only get the checked checkboxes but also write the text in front of them
It is possible to do with "if else", but this route is not only time-consuming but also impractical.
How can i get it as shown in the picture? To get the selected checkboxes and the texts in front of them at the same time?