摘要: 组件介绍 CheckboxList 多选框组控件用于创建多选的复选框组. 他的样子是这样的: 代码也很简单,绑定一个List就行了。 <CheckboxList @bind-Value="@Value1" Items="@Items1" ShowLabel="true" DisplayText="@ 阅读全文
posted @ 2022-05-06 21:51 jvx 阅读(1560) 评论(0) 推荐(0)