Forms
Radio
semantic HTML상호 배타적인 선택지 하나를 나타냅니다.
Live example
<fieldset><legend>표시 밀도</legend><label><input type="radio" name="density" checked> 편안하게</label><label><input type="radio" name="density"> 촘촘하게</label></fieldset>Variants and sizes
The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.
compactcomfortableroomy
Public API
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.1 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
Accessibility
Native HTML semantics and keyboard behavior are the baseline.
Server template guidance
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->