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 8828667 commit e184aceCopy full SHA for e184ace
src/Components/CSwitch.php
@@ -21,7 +21,7 @@ class CSwitch extends Component
21
protected $name = "#C0CCDA";
22
protected $validateEvent = true;
23
24
- static public function make($value = null)
+ static public function make($value = false)
25
{
26
return new CSwitch($value);
27
}
src/Components/Input.php
@@ -39,7 +39,7 @@ class Input extends Component
39
40
41
42
+ static public function make($value = "")
43
44
return new Input($value);
45
0 commit comments