Skip to content

roelvan/autoform-checkbox-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Download or clone into the packages folder of your Meteor project. Then run:

meteor add rova:autoform-checkbox-fix

Usage

You can apply it directly in your template:

{{> afFieldInput name='checkboxFieldName' type='checkbox-fix'}}

You can also specify it at the schema level:

MySchema = new SimpleSchema({
  checkboxFieldName: {
    type: Boolean
    autoform: {
      type: 'checkbox-fix'
    }
  }
});

About

Quickfix for the autoform (v5) checkbox problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published