src/Components/Checkbox.php
Method __construct
has 115 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
$labelHtml = null,
$name = null,
?bool $defaultChecked = null,
$type = null,
$accept = null,
Method __construct
has 117 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function __construct(
$labelHtml = null,
$name = null,
?bool $defaultChecked = null,
$type = null,