Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 472 Bytes

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'];