Skip to content

Commit 91009ce

Browse files
committed
Set checkbox as printable by default.
1 parent 3a3ca0e commit 91009ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function addCheckbox(array $attributes = [])
262262
'orderable' => false,
263263
'searchable' => false,
264264
'exportable' => false,
265-
'printable' => false,
265+
'printable' => true,
266266
'width' => '10px',
267267
], $attributes
268268
);

0 commit comments

Comments
 (0)