-
-
- Paid for
-
-
-
- Select who the expense was paid for.
-
-
- {group.participants.map(({ id, name }) => (
- {
- return (
-
-
- {
- return checked
- ? field.onChange([...field.value, id])
- : field.onChange(
- field.value?.filter(
- (value) => value !== id,
- ),
- )
- }}
- />
-
-
- {name}
-
-
- )
- }}
- />
- ))}
-
-
- )}
- />
-
-
-