Hex Core JS
    Preparing search index...

    Type Alias BooleanButtonsInputProps

    BooleanButtonsInputProps: Omit<
        RadioButtonsInputProps<BooleanFieldValue>,
        "options",
    > & { falseFirst?: boolean; falseLabel?: string; trueLabel?: string }

    Type Declaration

    • OptionalfalseFirst?: boolean

      Controls wether the false option is shown first.

    • OptionalfalseLabel?: string

      The label on the false button. Overridden by children if provided.

    • OptionaltrueLabel?: string

      The label on the true button. Overridden by children if provided.