Also add classes and style from cellStyle option/function
@@ -1973,7 +1973,7 @@
text = [
this.options.cardView
? `<div class="card-view ${c}">`
- : `<td class="bs-checkbox ${c}">`,
+ : `<td class="bs-checkbox ${c}"${class_}${style_}>`,
`<label>
<input
data-index="${i}"