20 if (!
string.IsNullOrWhiteSpace(value))
22 string[] OptionValues = value.Split(
',',
System.StringSplitOptions.RemoveEmptyEntries |
System.StringSplitOptions.TrimEntries);
23 foreach (
string OptionValue
in OptionValues)
26 MainThread.BeginInvokeOnMainThread(()=>
Checkbox field (multi-selection)
override? string StringValue
Gets or sets the value as a comma-separated list of selected option values.
The base KYC field model. Use as-is for generic fields, or subclass for custom logic.
ObservableCollection< KycOption > SelectedOptions
For Checkbox type: multi-selection of options.
ObservableCollection< KycOption > Options
All possible options (for picker, country, checkbox, radio).