With `ui.ServerWidget.Field` I can `Field.updateDi...
# suitescript
c
With
ui.ServerWidget.Field
I can
Field.updateDisplayType
to disable an input in a client script. I'm looking for a way to disable/enable or hide/unhide a sublist from the client. Preferably by check/uncheck a checkbox. It seems that sublists don't have this built in. Is there another container I can put a sublist in which has this ability?