Interface CheckboxOptionType<T>
Type Parameters
T extends CheckboxValueType = CheckboxValueType
Properties
Optional disabled
disabled?: boolean
Optional id
id?: string
label
label: ReactNode
Optional onChange
onChange?: ((e) => void)
Optional required
required?: boolean
Optional style
style?: CSSProperties
Optional title
title?: string
value