I have a shell script which when executed asks user inputs and save it to a file and later it will create a docker container based on user inputs.
I have to create a simple GUI page with check boxes and text boxes to add their inputs. How can I achieve that. Can someone please help me.

