Skip to main content
Version: 1.x

CheckboxGroupOptionProps

CheckboxGroupOptionProps

Signature
interface CheckboxGroupOptionProps {
label: string;
value: string;
description?: string;
default?: boolean;
}

label

property
string

value

property
string

description

property
string

default

property
boolean