This commit is contained in:
zhuzihcu
2023-05-26 14:08:22 +08:00
parent fc9e764c4c
commit c23981b81d
3 changed files with 239 additions and 4 deletions

View File

@ -40,9 +40,9 @@ FluScrollablePage{
property int selecIndex : 0
model: 3
delegate: FluRadioButton{
selected : repeater.selecIndex===index
checked : repeater.selecIndex===index
text:"Radio Button_"+index
onClicked:{
clickListener:function() {
repeater.selecIndex = index
}
}