How remove item from a Checkbox ?

Find and share HowTos to various installations / configurations!
6 posts • Page 1 of 1
luis.bustamante
Posts:30
Joined: Thu Jan 24, 2019 8:11 am

How remove item from a Checkbox ?

Post by luis.bustamante »

Does anyone know how to remove an item from a Checkbox ?

appendItem --> OK

removeItem --> ?

Best regards.

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How remove item from a Checkbox ?

Post by leoknipp »

It looks like a function to remove items is missing.
Why do you want to remove items during runtime?

Best Regards
Leopold Knipp
Senior Support Specialist

luis.bustamante
Posts:30
Joined: Thu Jan 24, 2019 8:11 am

Re: How remove item from a Checkbox ?

Post by luis.bustamante »

I want to use a list of checkboxes like a list of elements, in some cases is better use to select.

Now I fill a list o chechboxes, to remove an item I re-fill a list.

But a list o checkboxes don't have a scrollbar when overflow.

Thanks for the answer.

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How remove item from a Checkbox ?

Post by leoknipp »

If you want to have a dynamic list of options with check boxes you can use a table.
For a boolean value a checkbox can be displayed.

Best Regards
Leopold Knipp
Senior Support Specialist

uxout
Posts:82
Joined: Wed Jul 20, 2016 12:07 pm

Re: How remove item from a Checkbox ?

Post by uxout »

I have the same requirement, is it possible to add this feature or is it too complex?

Regards,

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How remove item from a Checkbox ?

Post by leoknipp »

I do not know how complex it is to add this feature.
If you have several options in your panel, e.g. showing 2,3 or 4 checkboxes it is maybe easier to create 3 panel references and add/remove them by using addSymbol()/removeSymbol() instead of appending and removing checkbox items.

Best Regards
Leopold Knipp
Senior Support Specialist

6 posts • Page 1 of 1