JSFiddle - React, Tailwind, and code Playground
by fredd man
HTML
<form>
<p>
<input type="checkbox" id="hls" name="hls" value="hls"> <strong style="color:#000;">Force type: 'hls' setup parameter</strong><br />
<input type="checkbox" checked = "this.checked = !this.checked" id="dash" name="dash" value="dash"> <strong style="color:#000;">Use DASH?</strong>
<p>
</form>