Quickly Integrate Beautiful Checkbox Components With Angular

NgxPrettyCheckbox is to quickly integrate beautiful checkbox components (checkbox, switch, radio button) with Angular.

angular material checkbox, angular checkbox example, angular material checkbox example, mat checkbox checked based on condition, angular checkbox checked

JavaScript Library for Rendering Anything as HTML Checkboxes | Checkboxland

How to make use of it:

Installation

npm install pretty-checkbox // or
yarn add pretty-checkbox

1. Alternatively, you can also use a CDN link.

https://cdn.jsdelivr.net/npm/[email protected]/dist/pretty-checkbox.min.css

2. Download the beautiful square angular module from the npm package manager.

npm install ngx-pretty-checkbox

3. add dist/pretty-checkbox.min.css file from node_module of pretty-checkbox in html or import src/pretty-checkbox.scss file in scss file.

@import '~pretty-checkbox/src/pretty-checkbox.scss';

4. Add ngx-pretty-checkbox in AppModule.

import { NgxPrettyCheckboxModule } from 'ngx-pretty-checkbox';

@NgModule({
  declarations: [ ... ],
  imports: [
    ...,
    NgxPrettyCheckboxModule
  ],
  providers: [ ... ],
  bootstrap: [ ... ]
})
export class AppModule { 
  ...
}

5. Use it in your angular app.

<p-checkbox> Default </p-checkbox>

Ngx Pretty Checkbox Plugin/Github


See Demo And Download

Official Website(miladfm): Click Here

This superior jQuery/javascript plugin is developed by miladfm. For extra Advanced Usages, please go to the official website.

Related Posts

Side-Navigation-Menu-With-Dropdowns-jSide

[Off-Canvas] Simple and Clean Side Navigation Menu With Dropdowns | jSide Menu

JSide menu is a well-designed, simple, and clean side-scrolling menu with dropdown menus. This plugin creates a sticky hamburger button at the top of the page that…

Searchable-Select-Dropdown

A Simple Searchable Select Dropdown Plugin | jQuery Select Search

Simple jQuery search on the selection options plugin for your website. Next, there is a checkbox replacement plugin that refines and beautifies the original selection element with…

country-dropdown-with-flags

A Quick jQuery-Based Country Picker With Flags | Country Select JS

Country Select JS is a jQuery plugin to select a country, based on the international phone input plugin. Adds a flag dropdown to any input, which lists…

Autocomplete-and-Typeahead-Javascript-Library

Simple and Fast Autocomplete and Typeahead Javascript Library | autoComplete.js

autoComplete.js is a simple, pure, and incrementally designed JavaScript library for speed, high versatility, and seamless integration with a wide variety of projects and systems. Features Pure…

Bootstrap-Notification-Message-Alert-Plugin

Bootstrap Notification Message Alert Plugin with jQuery

BootstrapMsg is a jQuery plugin for displaying messages with Bootstrap alert classes to generate hierarchical in-page navigation for an extended webpage sectioned by heading components. Using Bootstrap…

jquery-google-chart-plugin

jQuery Plugin for Transforming HTML Tables Into Charts Using Google Charts

Chartinator is a jQuery plugin for converting HTML tables, Google Sheets and js arrays into charts using Google Charts. Use data from HTML tables Chartinator is designed…