Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Radio

Radioは、ユーザーが複数の選択肢の中から1つを選択するための使用されるコンポーネントです。

ソース@yamada-ui/radio

Props

RadioProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"

デフォルト

"primary"

defaultIsChecked

説明

If true, the radio will be initially checked.

タイプ

boolean

デフォルト

false

iconProps

タイプ

HTMLUIProps<"span">

id

説明

id assigned to input.

タイプ

string

inputProps

タイプ

InputHTMLAttributes<HTMLInputElement>

isChecked

説明

If true, the radio will be checked.

タイプ

boolean

デフォルト

false

isDisabled

説明

If true, the form control will be disabled.

タイプ

boolean

デフォルト

false

isInvalid

説明

If true, the form control will be invalid.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the form control will be readonly.

タイプ

boolean

デフォルト

false

isRequired

説明

If true, the form control will be required.

タイプ

boolean

デフォルト

false

labelProps

タイプ

HTMLUIProps<"span">

name

説明

The name of the input field in a radio.

タイプ

string

onChange

説明

The callback invoked when the checked state changes.

タイプ

ChangeEventHandler<HTMLInputElement>

size

説明

The size of the Radio.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

value

説明

The value to be used in the radio button.

タイプ

Y

variant

説明

The variant of the Radio.

タイプ

string

UseRadioProps

defaultIsChecked

説明

If true, the radio will be initially checked.

タイプ

boolean

デフォルト

false

id

説明

id assigned to input.

タイプ

string

isChecked

説明

If true, the radio will be checked.

タイプ

boolean

デフォルト

false

isDisabled

説明

If true, the form control will be disabled.

タイプ

boolean

デフォルト

false

isInvalid

説明

If true, the form control will be invalid.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the form control will be readonly.

タイプ

boolean

デフォルト

false

isRequired

説明

If true, the form control will be required.

タイプ

boolean

デフォルト

false

name

説明

The name of the input field in a radio.

タイプ

string

onChange

説明

The callback invoked when the checked state changes.

タイプ

ChangeEventHandler<HTMLInputElement>

value

説明

The value to be used in the radio button.

タイプ

Y

RadioGroupProps

align

説明

The CSS align-items property.

タイプ

UIValue<AlignItems>

basis

説明

The CSS flex-basis property.

タイプ

UIValue<number | "content" | "px" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | (string & {}) | "-moz-fit-content" | ... 69 more ... | "xs">

defaultValue

説明

The initial value of the radio group.

タイプ

Y

direction

説明

The CSS flex-direction property.

タイプ

UIValue<FlexDirection>

grow

説明

The CSS flex-grow property.

タイプ

UIValue<FlexGrow>

isDisabled

説明

If true, the form control will be disabled.

タイプ

boolean

デフォルト

false

isInvalid

説明

If true, the form control will be invalid.

タイプ

boolean

デフォルト

false

isNative

説明

If true, input elements will receive checked attribute instead of isChecked. This assumes, you're using native radio inputs.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the form control will be readonly.

タイプ

boolean

デフォルト

false

isRequired

説明

If true, the form control will be required.

タイプ

boolean

デフォルト

false

items

説明

If provided, generate radios based on items.

タイプ

RadioItem<Y>[]

デフォルト

'[]'

justify

説明

The CSS justify-content property.

タイプ

UIValue<JustifyContent>

name

説明

The HTML name attribute used for forms.

タイプ

string

onChange

説明

The callback fired when any children radio is checked or unchecked.

タイプ

(value: Y) => void

shrink

説明

The CSS flex-shrink property.

タイプ

UIValue<FlexShrink>

value

説明

The value of the radio group.

タイプ

Y

wrap

説明

The CSS flex-wrap property.

タイプ

UIValue<FlexWrap>

UseRadioGroupProps

defaultValue

説明

The initial value of the radio group.

タイプ

Y

id

説明

The top-level id string that will be applied to the radios. The index of the radio will be appended to this top-level id.

タイプ

string

isNative

説明

If true, input elements will receive checked attribute instead of isChecked. This assumes, you're using native radio inputs.

タイプ

boolean

デフォルト

false

name

説明

The HTML name attribute used for forms.

タイプ

string

onChange

説明

The callback fired when any children radio is checked or unchecked.

タイプ

(value: Y) => void

value

説明

The value of the radio group.

タイプ

Y

GitHubでこのページを編集する

TextareaRadioCard