I want to display checkbox in group in autoform
You can use the select-checkbox
field type for that. You should assign the parent array field to that type.
thanks for reply if you have any example code than share with me Please
The documentation contains lots of examples and a playground on which you can try different input types at http://autoform.meteor.com/types
Here’s a sample app with form controls I created including checkbox groups:
http://ics-software-engineering.github.io/meteor-example-autoform/
1 Like