With the having two list items selected \"Category 01\" and \"Category 03\":
You will want to use the getlist() function to get a list of values.
First, change your form as below:
// addition here Category 01 Category 01 Category 01
And in your flask function:
if request.method == 'POST': as_dict = request.form.getlist('myform') print request
Hope this helps!