Skip to Content

CheckboxOption

Interface

interface ICheckboxOption { key: string; text: string; selected?: boolean; }
Last updated on