Home
last modified time | relevance | path

Searched defs:checked (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/UI/JsBasicComponents/entry/src/main/js/MainAbility/pages/index/
Dindex.js33 "id": "1001", "name": "Living room", "checked": true property
36 "id": "1002", "name": "Bedroom", "checked": false property
39 "id": "1003", "name": "Second bedroom", "checked": false property
42 "id": "1004", "name": "Kitchen", "checked": false property
45 "id": "1005", "name": "Study", "checked": false property
48 "id": "1006", "name": "Garden", "checked": false property
51 "id": "1007", "name": "Bathroom", "checked": false property
54 "id": "1008", "name": "Balcony", "checked": false property
/applications/standard/app_samples/common/DistributeCalc/entry/src/main/js/MainAbility/pages/index/
Dindex.js150 checked: this.selectedIndex === 0 property
160 checked: this.selectedIndex === (i + 1) property
/applications/standard/launcher/common/src/main/ets/default/bean/
DSettingItemOption.ts33 checked: boolean | undefined; property in SettingItemOption
DAppItemInfo.ts65 checked: boolean | undefined; property in AppItemInfo