Checkbox tristate default value null

How can I set default value for tristate checkbox to null

I tried

but it defaults to false

The default value is null by default if TriState is set to true:
https://blazor.radzen.com/checkbox

Thank you my mistake I figured out with your help!