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

Home Page:https://shhdharmen.github.io/bootstrap-checkbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Custom Checkboxes and Radios

This repo is created for my article Create custom checkboxes and radios in Bootstrap.

🚀 Getting Started

☑️ Minimum Requirements

node -v
// v10.17.0
git --version
// git version 2.x

⬇️ Steps to Follow

  1. Open terminal and:
git clone https://github.com/shhdharmen/bootstrap-checkbox.git
cd bootstrap-checkbox
npm i
npm start
  1. Browser will open at 3000 port.
  2. Start editing your scss/html files and browser will reload.

About

Create custom checkboxes and radios in Bootstrap. Read full article at https://dev.to/shhdharmen/create-custom-checkboxes-and-radios-in-bootstrap-28h2

https://shhdharmen.github.io/bootstrap-checkbox/

License:MIT License


Languages

Language:JavaScript 39.7%Language:HTML 32.1%Language:CSS 28.1%