Home
last modified time | relevance | path

Searched refs:jsonChecked (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp325 auto jsonChecked = info->GetValue("checked"); in ApplyRestoreInfo() local
328 toggleComponent_->SetCheckedState(jsonChecked->GetBool()); in ApplyRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp829 auto jsonChecked = info->GetValue("checked"); in OnRestoreInfo() local
830 radioPaintProperty->UpdateRadioCheck(jsonChecked->GetBool()); in OnRestoreInfo()