below the input * bool $multiple — whether to allow multiple file selection; default false * string|null $id — override the id attribute (defaults to $name) */ $accept = $accept ?? ''; $hint = $hint ?? null; $multiple = $multiple ?? false; $id = $id ?? $name; ?>
>