RadioBox

View source code
  • label
    string

    The content to display as the label.

  • value
    string | boolean

    The current value

  • className
    string

    className for the element

  • description
    ReactNode

    The content to display as the description.

  • iconName
    "adjustments-horizontal" | "archive" | "arrow-down-tray" | "arrow-down" | "arrow-left-right" | "arrow-left" | "arrow-path" | "arrow-right-rectangle" | "arrow-right" | "arrow-split" | "arrow-top-right-square" | "arrow-turn-right" | "arrow-up-tray" | "arrow-up" | "arrow-uturn-left-down" | "arrow-uturn-right-top" | ... 140 more ...

    The icon to display in the button

  • id
    string

    The id of the RadioBox

  • isDisabled
    boolean

    Whether the RadioBox should be disabled.

    Default: false