An add-on Meteor package for aldeed:autoform. Provides a Bootstrap button group theme for the "select-checkbox", "select-radio", and "boolean-radios" AutoForm input types.
In a Meteor app directory, enter:
$ meteor add aldeed:autoform-bs-button-group-input
Specify "select-checkbox" or "select-radio" or "boolean-radios" for the type
attribute of any input, and then specify "buttonGroup" as the template
attribute.
{{> afQuickField name="plans" type="select-radio" template="buttonGroup" value=2 label=false}}
Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.