I would like to do a real-time search. Similar to DataTables , but in a "list" of Checkbox
.
Here is my list of CheckBox
<div class="panel-body">
<div>
<label>
<input id="chk" name="chk" type="checkbox" value="1"><input name="chk" type="hidden" value="false">
Profa. Ariadne Tramontina Morais
</label>
</div>
<div>
<label>
<input id="chk" name="chk" type="checkbox" value="2"><input name="chk" type="hidden" value="false">
Profa. Beatriz Pagnanelli Van Sebroeck
</label>
</div>
<div>
<label>
<input id="chk" name="chk" type="checkbox" value="3"><input name="chk" type="hidden" value="false">
Prof. Joao
</label>
</div>
<div>
<label>
<input id="chk" name="chk" type="checkbox" value="4"><input name="chk" type="hidden" value="false">
Profa. Zuleide
</label>
</div>