Skip to content

Commit 5bcdd60

Browse files
authored
use checkbox as frontend type for boolean definition (#1730)
1 parent 191c654 commit 5bcdd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Grid/Column/Definition/System/BooleanDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function isSortable(): bool
3939

4040
public function getFrontendType(): string
4141
{
42-
return FrontendType::BOOLEAN->value;
42+
return FrontendType::CHECKBOX->value;
4343
}
4444

4545
public function isExportable(): bool

0 commit comments

Comments
 (0)