
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ngx-i24-checkbox
Advanced tools
A lightweight plugin to display a modern checkbox.
$ npm i ngx-i24-checkbox
import { NgxCheckboxModule } from 'ngx-i24-checkbox';
@NgModule({
declarations: [ AppComponent ],
imports: [BrowserModule, NgxCheckboxModule ],
bootstrap: [AppComponent]
})
export class AppModule { }
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
}
<ngx-checkbox></ngx-checkbox>
<!-- Or you can simply use directive -->
<!-- Note: type should be `checkbox` -->
<input NgxCheckbox type="checkbox" />
| Property (Type) | Default | Description |
|---|---|---|
| color | '#3c3c3c' | The color of check |
| backColor | '#fff' | The background of checkbox |
| borderColor | '#c6c6c6' | The border color |
| shadow | '0px 0px 4px 1px #6c6c6c' | The shadow of the checkbox |
| cWidth | '20px' | The width of the checkbox |
| cHeight | '20px' | The height of the checkbox |
| checkWidth | '6px' | The width of the checkbox signal |
| checkHeight | '10px' | The height of the checkbox signal |
| value | true | The default value |
checkedChanged - triggered on change the value| Name | Link | Description |
|---|---|---|
| ngx-i24-circular-progress | Link | A lightweight plugin to render a simple, animated circular progress bar. |
| ngx-i24-progress-bar | Link | A lightweight plugin to render a simple, animated progress bar. |
| ngx-weekday-picker | Link | Lightweight plugin to a pick weekday. |
| ngx-i24-color-picker | Link | A lightweight plugin to pick a color. |
| ngx-i24-checkbox | Link | A lightweight plugin to display a modern checkbox. |
Copyright (c) 2022 Yaseen Alrefaee, contributors. Released under the MIT
FAQs
A lightweight plugin to display a modern checkbox.
We found that ngx-i24-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.