I had found a script to select all <input type="checkbox">
with only one. Now I tried it with a h:SelectBooleanCheckbox
. But it failed. How can I select my list (in datatable columns) of SelectBooleanCheckbox with one and maybe javascript for client side?
Asked
Active
Viewed 555 times
0

Vasil Lukach
- 3,658
- 3
- 31
- 40

quantatheist
- 159
- 1
- 5
- 12
-
[Select and unselect list of checkboxes with single checkbox](http://stackoverflow.com/a/2929134/696299) – Rami Jun 06 '14 at 08:15
-
Oh, I forgot the ID from the other checkboxes, thank you. :) – quantatheist Jun 10 '14 at 14:06