Components

Radio

<Radio />

HTML Radio

Usage

import { Radio, RadioProps } from '@adminjs/design-system'
See:

View Source adminjs-design-system/src/atoms/radio.tsx, line 94

Example

Type Definitions

object

# RadioProps

Properties:
Name Type Attributes Description
... string <optional>

All props default to radio html input like onChange, checked etc.

View Source adminjs-design-system/src/atoms/radio.tsx, line 59