# Checkboxes

The checkboxes that are used in our Vue Material Kit are the standard checkboxes from Vue Material. We just re-styled them for a better visual effect.


<table>
  <tr>
    <th>Array</th>
    <th>Boolean</th>
    <th>String</th>
    <th>No Value</th>
  </tr>

  <tr>
    <td>[]</td>
    <td>false</td>
    <td></td>
    <td></td>
  </tr>
</table>