@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Option definition for data-driven radio groups.

    interface RadioOption {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Human-readable label.

    value: string

    The value submitted when this option is chosen.