pub fn parse_check_options<'js>( ctx: &Ctx<'js>, value: Opt<Value<'js>>, ) -> Result<Option<CheckOptions>>
Parse Playwright’s CheckOptions / UncheckOptions / SetCheckedOptions JS bag into the core struct.
CheckOptions
UncheckOptions
SetCheckedOptions