Custom List Picker shows different types of list picker dialog to pick a list item with customization of list picker dialog.
It is different from inbuilt list picker component, list picker component shows list items in a new activity/screen with less customization where custom list picker shows a dialog and you can customize its appearance.
This extension provides two separate aix files.
Custom List Picker which shows a customizable list picker dialog.
Choice Picker which shows single choice picker dialog and multi choice picker dialog.
Good and works fine, but we need atleast dark mode or light mode background colour for single or multi list picker as it sets automatically to the device dark or light theme.
Yes, as it uses system dialog so you can not manually set its background color and text color. Its based on app theme colors. Custom color is not supported for single choice and multi choice picker dialog.
Only customizable properties are dialog title, positive/negative button text and cancellable property of dialog.
@The_K_Studio can you add a feature to get pre checked like normal checkbox component, so we need not check all boxes again and again after saving the settings.
yes correct, Also when relaunch the app we can also use tiny db to get items prechecked, currently i"m using multiple checkboxes in custom dialog component, so if you add then it will be helpful.
I have added a property Remember Choices when set to true, the extension remembers the previous selected choices and checks them when selecting items again. When set to false, all items will be unchecked every time the dialog is shown.