Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shhdharmen/bootstrap-checkbox
Create custom checkboxes and radios in Bootstrap. Read full article at https://dev.to/shhdharmen/create-custom-checkboxes-and-radios-in-bootstrap-28h2
https://github.com/shhdharmen/bootstrap-checkbox
bootstrap bootstrap-theme bootstrap4 css css3 custom-checkboxes gulp radios scss scss-mixins
Last synced: about 11 hours ago
JSON representation
Create custom checkboxes and radios in Bootstrap. Read full article at https://dev.to/shhdharmen/create-custom-checkboxes-and-radios-in-bootstrap-28h2
- Host: GitHub
- URL: https://github.com/shhdharmen/bootstrap-checkbox
- Owner: shhdharmen
- License: mit
- Created: 2020-02-19T05:48:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:13:05.000Z (about 3 years ago)
- Last Synced: 2024-12-18T12:44:13.410Z (about 2 months ago)
- Topics: bootstrap, bootstrap-theme, bootstrap4, css, css3, custom-checkboxes, gulp, radios, scss, scss-mixins
- Language: JavaScript
- Homepage: https://shhdharmen.github.io/bootstrap-checkbox/
- Size: 813 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bootstrap Custom Checkboxes and Radios
This repo is created for my article [Create custom checkboxes and radios in Bootstrap](https://dev.to/shhdharmen/create-custom-checkboxes-and-radios-in-bootstrap-28h2).
## 🚀 Getting Started
### ☑️ Minimum Requirements
```sh
node -v
// v10.17.0
git --version
// git version 2.x
```### ⬇️ Steps to Follow
1. Open terminal and:
```sh
git clone https://github.com/shhdharmen/bootstrap-checkbox.git
cd bootstrap-checkbox
npm i
npm start
```2. Browser will open at 3000 port.
3. Start editing your scss/html files and browser will reload.