nn-input-checkbox.js

nn-input-checkbox.js
import tpeRegistry from '../tpeRegistry'
import { NnInputCheckbox } from './nn-input-checkbox-class'

tpeRegistry.define('nn-input-checkbox', NnInputCheckbox)