I found an amazing solution to a nullable checkbox here: Blazor- EditForm InputCheckbox nullable bools issue work around
Unfortunately, it only renders as unchecked in a Blazor.Bootstrap Grid, in spite of stepping through the code & seeing that the AdditionalAttributes has [checked,true] in it.
Can anyone help?
TIA