Checkbox overview
NbCheckboxComponent
Styled checkbox component
Installation
Import NbCheckboxComponent
to your feature module.
@NgModule({
imports: [
// ...
NbCheckboxModule,
],
})
export class PageModule { }
Usage
Checkbox is available in multiple colors using status
property:
Indeterminate state is also supported:
Checkbox can be disabled via disabled
attribute.
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.