ng g @ngx-kit/collection:ui-checkbox [name]
[ UiCheckboxComponent, ]
'input[type="checkbox"][uiCheckbox]'
@Input() uiText: void
@Input() id: string
@Input('disabled') disabledInput: boolean
focused = false
hasErrors = false
disabled = false
isChecked(): boolean