Latest web development tutorials

ionic checkbox

ionic checkbox (checkbox)

Inside the ionic ordinary Checkbox Checkbox and less effect in fact, they differ only on the style.

The following example demonstrates the list of multiple check boxes.

Note that after the item category for each option to add item-checkbox class.

Checkbox checkbox-assertive may be used to specify a color.

<ul class="list">

  <li class="item item-checkbox">
     <label class="checkbox">
       <input type="checkbox">
     </label>
     Flux Capacitor
  </li>

  ...

</ul>

Operating results are as follows: