Select Box
Radio Select Box
이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.
Installation
Props
RadioSelectBoxRoot
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |
onValueChange? | ((value: string) => void) | - |
defaultValue? | string | - |
value? | string | - |
form? | string | - |
name? | string | - |
disabled? | boolean | - |
RadioSelectBoxItem
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |
invalid? | boolean | - |
disabled? | boolean | - |
value? | string | - |
rootRef? | Ref<HTMLLabelElement> | - |
inputProps? | InputHTMLAttributes<HTMLInputElement> | - |
description? | string | - |
label? | string | - |