jQuery Input To Dropdown Demos


input[type"checkbox"] or input[type"radio"]

Example #1

Parent(table), children(td)
<input type="checkbox"><label>Value</label>

<input type="checkbox"><label>Value</label>


Example #2

Parent(table), children(td)
<label><input type="checkbox">Value</label>

<label><input type="checkbox">Value</label>


Example #3

Parent(div), children(div)
<label><input type="checkbox">Value</label>

<label><input type="checkbox">Value</label>


Example #4

Parent(div), children(div)
<label><input type="radio">Value</label>

<label><input type="radio">Value</label>