@moxijs/ui - v0.3.5
    Preparing search index...

    Interface RadioOption

    A single radio option with label and value

    interface RadioOption {
        disabled?: boolean;
        label: string;
        value: any;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Whether this option is disabled

    label: string

    Display label

    value: any

    Value for this option