/** * Company: LifeAI, Copyright 2018, All Rights Reserved. * Author: Pavel Kostenko * Email: poul.kg@gmail.com * Date: 2019-06-28 * Time: 14:51 */ export interface LaCheckboxGroupOptionInterface { value: any; label: string; isActive: boolean; }