We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c654 commit 5bcdd60Copy full SHA for 5bcdd60
1 file changed
src/Grid/Column/Definition/System/BooleanDefinition.php
@@ -39,7 +39,7 @@ public function isSortable(): bool
39
40
public function getFrontendType(): string
41
{
42
- return FrontendType::BOOLEAN->value;
+ return FrontendType::CHECKBOX->value;
43
}
44
45
public function isExportable(): bool
0 commit comments