I have a scenario of creating a dynamic checkbox in a screen in module programming.
where the number of checkboxes to be created comes from a internal table like
Language | Description |
---|---|
E | English |
S | Spanish |
D | German |
F | French |
So my screen should look like
<chkbox> English <chkbox> Spanish <chkbox> German <chkbox> French
additionally I would need a checkbox as <chkbox> Select All which would disable all the created chkboxes above.