'required|string', 'value' => 'required|alpha_dash', 'hint' => 'permit_empty|string', ]; protected string $label; protected string $value; protected ?string $hint = null; }