We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91854bd commit ccdef25Copy full SHA for ccdef25
src/Models/CustomField.php
@@ -41,7 +41,7 @@ private function fieldValidationRules()
41
'integer',
42
],
43
'checkbox' => [
44
- 'in:on',
+ 'in:0,1',
45
46
'radio' => [
47
'string',
0 commit comments