Type alias InCheckbox<TValue>

InCheckbox<TValue>: InElement<TValue, HTMLInputElement & {
    intermediate?: boolean;
}>

Checkbox input control.

Type Parameters

  • TValue = boolean | undefined

    Input value type.

Generated using TypeDoc