c-checkbox

checkbox under Unify Design System standards.

Usage no npm install needed!

<script type="module">
  import cCheckbox from 'https://cdn.skypack.dev/c-checkbox';
</script>

README

c-checkbox

checkbox under Unify Design System standards.

Project setup

npm i c-checkbox or yarn add c-checkbox

Usage example

import ccheckbox from 'c-checkbox/src/components/c-checkbox.vue'

Props

name : disable         | default: false         | type: Boolean
       selected        | default: false         | type: Boolean
       label           | default: First         | type: String
       id              | default: First         | type: String
       indeterminate   | default: false         | type: Boolean

eg : 

<ccheckbox id="First" label="First" :selected=true />