function booleanParameter(
    ?string $description = null,
    ?bool $default = null,
    string ...$attributes
): BooleanParameterInterface {