Choices

Limited

Unique

Email

Multiple

Optiontgroup

Custom

  • Uses Instruction

  • Choices is delivered primarily via npm. npm i choices.js
  • Add the following line into the <head> of each template or page that you want to use Choices on.
    
    <!-- Choices CSS -->
    <link rel="stylesheet" href="./../assets/vendors/choices.js/public/assets/styles/choices.min.css">
    
  • Add the following lines before the <body> of each template or page that you want to use Choices on.
    
    <!-- Choices JS -->
    <script src="./../assets/vendors/choices.js/public/assets/scripts/choices.min.js"></script>
    
    <!-- Choices Initialize JS -->
    <script src="./../assets/js/components/selects/choices-init.min.js"></script>
    
  • For full documentation please visit the link: https://github.com/Choices-js/Choices