JSFiddle - React, Tailwind, and code Playground
by rjha999
HTML
<input type="checkbox" value="Singapore"/>
<input type="checkbox" value="Malaysia"/>
<input type="checkbox" value="Australia"/>
JavaScript
$("input[type='checkbox'][value='Singapore']").prop('checked',true);