mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
<let/picked="red">
|
|
|
|
<div>Picked: ${picked}</div>
|
|
<input#blue-pill
|
|
type="radio"
|
|
value="blue"
|
|
checkedValue:=picked
|
|
>
|
|
<label for="blue-pill">Blue pill</label>
|
|
|
|
<input#red-pill
|
|
type="radio"
|
|
value="red"
|
|
checkedValue:=picked
|
|
>
|
|
<label for="red-pill">Red pill</label>
|