JSFiddle - React, Tailwind, and code Playground
by pjottard
HTML
<input id='_inputcb_Q801' onchange='priceCounterCB();' name='_inputcb_Q801' type='checkbox'>
<label id='_inputcb_Q801L' for='_inputcb_Q801'>Sample text</label>
<a id='_bQ101' data-role='button'>Verder</a>
JavaScript
$('#_bQ101').click(function(){
$('#_inputcb_Q801').prop('checked', false);
});