<Checkboxchecked={includeAllStreams}onCheckedChange={(checked)=>setIncludeAllStreams(checked===true)}label={`${t('Include all tracks?')}${t('If this is checked, all audio/video/subtitle/data tracks will be included. This may not always work for all file types. If not checked, only default streams will be included.')}`}/>
<Checkboxchecked={includeAllStreams}onCheckedChange={(checked)=>setIncludeAllStreams(checked===true)}label={`${t('Include all tracks?')}- ${t('If this is checked, all audio/video/subtitle/data tracks will be included. This may not always work for all file types. If not checked, only default streams will be included.')}`}/>
<Checkboxchecked={preserveMetadataOnMerge}onCheckedChange={(checked)=>setPreserveMetadataOnMerge(checked===true)}label={t('Preserve original metadata when merging? (slow)')}/>