[Home](./index.md) > [@jsamr/react-native-li](./react-native-li.md) > [MarkedListProps](./react-native-li.markedlistprops.md) > [markerBoxStyle](./react-native-li.markedlistprops.markerboxstyle.md)
## MarkedListProps.markerBoxStyle property
Style for the marker box container.
Signature:
```typescript
markerBoxStyle?: StyleProp;
```
## Remarks
It is discouraged to set `(min,max)width` when [MarkedListProps.dynamicMarkerBoxWidth](./react-native-li.markedlistprops.dynamicmarkerboxwidth.md) is set to `true`. In that case, use [MarkedListProps.computeMarkerBoxWidth](./react-native-li.markedlistprops.computemarkerboxwidth.md) instead.