我们如何显示复选框中选中的文本框值?
TextBox值=橙色,芒果,香蕉 它应按照在复选框中的检查显示 复选框✓橙色 ✓芒果 ✓香蕉 苹果
Textbox value= orange,mango, Banana
It should be displayed as checked in checkbox
Checkbox ✓ orange
✓ mango
✓ banana
Apple
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使一个复选框出现,请检查您添加检查的属性。
但是,对于有限的上下文,您很难确定您是否正在寻找。
如果您希望它仅查看,也可以添加禁用属性。
To make a checkbox appear checked you add the checked attribute.
However with the limited context you have given its hard to tell for sure if this is what you are looking for.
you can also add the disabled attribute if you want it to be view only.