Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atenazr/select-type-checkbox

a checkbox group with the functionality to view sub-items of checkbox label if it is checked.
https://github.com/atenazr/select-type-checkbox

bootstrap5 vue3 vuejs

Last synced: 10 days ago
JSON representation

a checkbox group with the functionality to view sub-items of checkbox label if it is checked.

Awesome Lists containing this project

README

        

# Select-Type-Checkbox
a checkbox group with the functionality to view sub-items of checkbox label if it is checked.

![demo](https://github.com/atenazr/Select-Type-Checkbox/blob/main/demo/2.jpg)

## Installation

install the package manager [npm](https://nodejs.org/en/download/).

```bash
npm install
```

install [vue3](https://vuejs.org/guide/introduction.html) if you not.

install [bootstarp](https://www.techiediaries.com/vue-bootstrap/)

```bash
npm install bootstrap jquery popper.js
```

## run
run this command
```bash
npm run serve
```

## License
no license
I do this by evaluating the [vue-course](https://www.udemy.com/course/vuejs-2-the-complete-guide/)