記述形式
{ target: イベントを送出したオブジェクト, type: 'イベント名', checked: 選択状態 }
モデルプロパティ
名前 | データ型 | 説明 |
---|---|---|
target | Object | イベントを送出したオブジェクト |
type | String | イベント名 |
checked | Boolean | 選択状態
|
使用イベントリスナ
onCheckStatusChange (CheckBox、RadioButton)
onSelected (CheckBoxGroup、RadioButtonGroup)
onDeselected (CheckBoxGroup、RadioButtonGroup)