Thank you! Already better.
<a href="#url_1">
<span class="wpcf7-form-control-wrap your-options">
<span class="wpcf7-form-control wpcf7-checkbox">
<span class="wpcf7-list-item first last">
<input type="checkbox" name="your-options[]" value="Option 1">
<span class="wpcf7-list-item-label">Option 1</span>
</span>
</span>
</span>
</a>
<a href="#url_2">
<span class="wpcf7-form-control-wrap your-options">
<span class="wpcf7-form-control wpcf7-checkbox">
<span class="wpcf7-list-item first last">
<input type="checkbox" name="your-options[]" value="Option 2">
<span class="wpcf7-list-item-label">Option 2</span>
</span>
</span>
</span>
</a>
I want to wrap inner:
<span class="wpcf7-list-item-label">Option <a href="#url_1">1</a></span>
More complex construction.