JSFiddle - React, Tailwind, and code Playground

HTML

<input id='_inputcb_Q801'  name='_inputcb_Q801' type='checkbox' checked>
<label id='_inputcb_Q801L' for='_inputcb_Q801'>Sample text</label>
<a id='_bQ101' href="#" data-role='button'>Verder</a>

JavaScript

$('#_bQ101').click(function(){
      $('#_inputcb_Q801').prop('checked', false);
});