Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.