介紹使用 Radio 選項按鈕元件
Last updated 11 months ago
Was this helpful?
Radio 選項按鈕,通常用於表單之中,同一系列中的選項按鈕只能選取其中一個成為回答。
<bpa-radio name="example-name" value="1" v-model="example-data">Radio</bpa-radio>
<bpa-radio name="example-name" value="1" v-model="example-data" disabled>Radio</bpa-radio>
id
String
random
name
disabled
Boolean
value
model