Play Scala Partial Validation functionality like the Java API?

Play Java has some Partial Validation functionality

https://www.playframework.com/documentation/2.8.x/JavaForms#Partial-form-validation-via-groups

Does the Scala API have similar? Examples?

Looking at best way to have a multi page form (wizard), where validation is only applied on the “current” page

Never had to do this before. Just wondering what is there already, best practice etc

Thanks