UNPKG

@crediblefinance/credible-ui

Version:

Credible's standard UI library

7 lines (6 loc) 158 B
import ICheckbox from './ICheckbox'; export default class checkbox implements ICheckbox { label: string; value: string; optionEnabled: boolean; }