Hi,
Apex Version : 21.2
Region : Form
I have three check box group item. when i “Check” i have show the page item.
<CHeck 1> <check2> <check 3>
<Item 1> <item 2> <Item 3>
Now, If user select <check 2> Then i need to reposition the <item 2> in the first place. If user select <check2> and <check3> then i need to reposition the <item 2> in the first place and <item 3> is the second place.
Note: I tried to use the Cloumn and column span options but even i am not able achieve what i expect.
Thanks & Regards,
Raghul