Radio

1. Radio

1-1. Radio 속성

- size: sm, md, lg
- checked: true, false
- disabled : true, false
- required : true, false
- color : white, dark, point

1-2. Radio 예시

  • - checked :
  • - size :
  • - name :
  • - label :
  • - value :
  • - disabled :
  • - required :
  • - color :

2. Radio group

2-1. Radio Group 속성

- checked: value값 입력
외부에서 value를 넘길때는 onChange 속성을 사용해야 합니다.
- disabled : true, false
- required : true, false
- direction : column, row
- optionType : default, button
- color : white, dark, point
- size : sm, md, lg

2-2. Radio Group 예시

  • - checked :
  • - disabled :
  • - required :
  • - direction :
  • - optionType :
  • - color :
  • - size :