I have a requirement to add an aria-label attribute to the input and am unable to do so. Here is an example of what I need:
<Syncfusion.Blazor.Grids.GridColumn
Type="ColumnType.CheckBox"
Width="50"
CustomAttributes="@(new Dictionary<string, string>() {{ "aria-label", "Row checkbox" }})">
</Syncfusion.Blazor.Grids.GridColumn>
Please let me know if there is another way to resolve this.
Thank you!