src/Components/Checkbox.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method __construct has 115 arguments (exceeds 4 allowed). Consider refactoring.
Invalid

        $labelHtml = null,
        $name = null,
        ?bool $defaultChecked = null,
        $type = null,
        $accept = null,
Severity: Major
Found in src/Components/Checkbox.php - About 1 day to fix

    Method __construct has 117 lines of code (exceeds 25 allowed). Consider refactoring.
    Invalid

        public function __construct(
            $labelHtml = null,
            $name = null,
            ?bool $defaultChecked = null,
            $type = null,
    Severity: Major
    Found in src/Components/Checkbox.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status