Vue EasyUI 單選框

2020-06-24 11:44 更新

單選框( RadioButton )允許用戶(hù)選擇一組選項(xiàng)中的某一項(xiàng)。

屬性列表

名稱(chēng) 數(shù)據(jù)類(lèi)型 作用描述 默認(rèn)值
value string 綁定到組件的值。 null
disabled boolean 是否禁用該字段。 false
name string 字段組的名稱(chēng)。 null
inputId string 單選按鈕的id屬性值。 null

注:
- 繼承: FieldBase 。

使用方法

<div v-for="fruit in fruits" :key="fruit" style="margin-bottom:10px">
  <RadioButton name="group1" :inputId="fruit" :value="fruit" v-model="value"></RadioButton>
  <Label :for="fruit">{{fruit}}</Label>
</div>
以上內(nèi)容是否對(duì)您有幫助:
在線(xiàn)筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)