Form Radio

    Overview

    When to use

    The radio button can be used if there is a list of two or more options that are mutually exclusive, the user has to compare all available options and must select exactly one of them.

    When to consider an alternative

    If the user has to pick more than one option, if the list of options is very long or if you only present equal, uniform data sets like quantities.


    Component

    Default

    Disabled

    Loud


    Properties

    PropertyTypeRequiredDefault
    nameStringtrue-
    idStringtrue-
    valueStringtrue-
    labelStringtrue-
    onChangeFuncfalse-
    disabledBoolfalse-
    requiredBoolfalse-
    loudBoolfalse-
    utilClassNamesStringfalse-