2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-08-05 20:21:31 +00:00

Improve rendering for checkbox fields

This commit is contained in:
Oliver
2021-07-23 12:36:03 +10:00
parent 5c2f747b93
commit 7a6457f870
3 changed files with 38 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ class _StockItemTestResultDisplayState extends RefreshableState<StockItemTestRes
),
CheckBoxField(
label: L10().result,
hint: L10().testPassedOrFailed,
helperText: L10().testPassedOrFailed,
initial: true,
onSaved: (value) => _result = value ?? false,
),