Checkbox overview

Overview
API
Theme
Examples

NbCheckboxComponent

Styled checkbox component

Showcase

Installation

Import NbCheckboxComponent to your feature module.

@NgModule({
  imports: [
    // ...
    NbCheckboxModule,
  ],
})
export class PageModule { }

Usage

Checkbox is available in multiple colors using status property:

Colored Checkboxes

Indeterminate state is also supported:

Indeterminate Checkbox

Checkbox can be disabled via disabled attribute.

Disabled Checkbox
Button Group
Previous page
Toggle
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.