Depending on the getEditedEntity(), I want to create 0 or 1 or multiple checkboxes on the screen.
Some of them already checked=true and some not editbale.
Is this possible by using CheckBoxGroup?
I don’t see how to change editable/enable values.
Depending on the getEditedEntity(), I want to create 0 or 1 or multiple checkboxes on the screen.
Some of them already checked=true and some not editbale.
Is this possible by using CheckBoxGroup?
I don’t see how to change editable/enable values.
Hi.
It is impossible to disable some values in CheckBoxGroup.
So I suggest you add several CheckBox components and use the BoxGroup component to group them. You will be able to set editable/enable attributes for each component, show or hide them together or separately.
Regards,
Natalia.