feature where checkboxes are hidden and instead button is added which in its onclick function can control behavior of these checkboxes.
e.g. simple hide/ show : http://jsfiddle.net/02cp4b5d/1/
or we can have checkboxes in a popover: http://jsfiddle.net/z7u3n01a/
... had request in my project to make more room ;) so i manage it this way(example 2 ), thought It might be useful
feature where checkboxes are hidden and instead button is added which in its onclick function can control behavior of these checkboxes. e.g. simple hide/ show : http://jsfiddle.net/02cp4b5d/1/ or we can have checkboxes in a popover: http://jsfiddle.net/z7u3n01a/
... had request in my project to make more room ;) so i manage it this way(example 2 ), thought It might be useful