Checkbox checked

How to keep the label permanent when checkbox for corresponding input is checked?

Testing checkbox

The actual label has to be nested. So:

<label for="SC" id="second">
Bio
      </label>
1 Like

The label is being generated randomly I would like to keep this function

Okay, well want do you want there first?

1 Like

I want that when you check a label and click study that checked label would not change

yup that is it! but how?

it is not possible to assign the value true for each input after a checkbox is checked?
Thanks!