Skip to content

Polymer based multi select component which supports a checklist based selection. Uses material design.

License

Notifications You must be signed in to change notification settings

vishwaabhinav-zz/paper-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-checklist

Polymer based multi select component which supports a checklist based selection. Uses material design.

Supports both declative and javascript way of providing list elements.

<paper-checklist>
  <ul>
    <li>Bull Dog</li>
    <li>American Bull Dog</li>
    <li>French Bull Dog</li>
    <li>Pug</li>
    <li>Chihuahua</li>
</paper-checklist>
document.querySelector('paper-checklist').checklistData = ['ABC', 'BCD', 'CDE'];

About

Polymer based multi select component which supports a checklist based selection. Uses material design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published