Closed Felixmil closed 1 week ago
We need a "metric" / "Imperial" switch button to toggle between the two unit system. The value should be stored in app_data so it can be passed to the individual module:
individual
ospsuite::createIndividualCharacteristics( ..., heightUnit = XXX, weightUnit = YYY )
Metric needs to be preselected. When Imperial is clicked, sliders should change units and values should be converted.
We need a "metric" / "Imperial" switch button to toggle between the two unit system. The value should be stored in app_data so it can be passed to the
individual
module: