Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atenazr/select-type-checkbox
- Owner: atenazr
- Created: 2022-03-07T07:42:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T09:07:24.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T03:07:27.456Z (2 months ago)
- Topics: bootstrap5, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)