function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yoshinori MoriYoshinori Mori 

Check box in 2 to be displayed in vertical by blocksection lined up in horizontal

I want to arrange checkboxes as below.

Could it be possible to teach me  how to write codes for the case below?

 

------------------------------pageblock ------------------------------------------------------------

 

------------------------------pageblocksection1(parent)------------------------------------------

 

 --------pageblocksection11(child1)---------- -----------pageblocksection12(child2)---------------

a1                                                                             b1

a2                                                                             b2      

a3                                                                             b3      

 

 

Mori

dotnet developedotnet develope

Hi Mori,

 

I saw your requirement, but have few quries

 

1) do you require dynamic checkboxs with the data or static one.

2)how many rows do you limit for in each colomn?is it 10 or more?