Sub Input Components
Caption · Checkbox · Radio · Switch
Caption
Basic
captionType="Basic"
기본 안내 메시지입니다.
Negative
captionType="Negative"
입력값을 확인해주세요.
Positive
captionType="Positive"
올바르게 입력되었습니다.
Multiline
message에 \\n 포함
첫 번째 안내 메시지입니다. 두 번째 안내 메시지입니다.
Checkbox
Interactive
부모-자식 선택 그룹
Disabled (Medium)
boxSize="Medium" disabled
Disabled (Small)
boxSize="Small" disabled
Radio
Medium
radioSize="Medium"
Small
radioSize="Small"
Interactive
단일 선택 그룹
Disabled
disabled
Switch
Off
enabled={false}
On
enabled={true}
Interactive
클릭으로 토글
Disabled
disabled
Caption + Input
Input + Basic
안내 캡션
이메일
로그인에 사용할 이메일을 입력해주세요.
Input + Negative
에러 캡션
이메일
올바른 이메일 형식이 아닙니다.
Input + Positive
성공 캡션
이메일
사용 가능한 이메일입니다.

