Hi all,
I'm using dropdown tags for this req
Do you know how to move check box to right of dropbox?
I've tried to clone the widget to customize it and using 'SetVirtualSelectConfigs' to custom it but there is no option change position of checkbox, If I use 'Right to left' text it move all items to right side, I only want to move the checkbox, also add border to drop box as a table.
thank you.
Hi @Bella Nguyen ,
this CSS seems to work, but I haven't done any thorough testing :
div.vscomp-option span.checkbox-icon,.vscomp-search-container .vscomp-toggle-all-button { position: absolute; right: 10px; }
.vscomp-search-container .vscomp-toggle-all-button {
Dorine
Thank you, I've tried and it's solved my issue.
Hi,Trying to achieve this one,Before css you add custom class before the outsystem default class
sahana
thank you, I tried your solution, the checkbox moved to right but it left more space before option text, I used position: absolute instead.
Hi,
Sahana
thank you!, it's worked
Have you tried to use Columns 2 and create 2 containers and in the container on the left(where your number will be) you align it to the left and in the container on the right(where the checkbox will be) you align it to the right