Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
ConfiguratorExamplesUsageAccessibilityAPI
Checkbox Table of Contents Usage The following segment provides instructions for designers and developers regarding the appropriate utilization of this component in various situations. Do: Use for a list of options when you want the user to select one, none, or multiple options. Use when an explicit action is required to apply to settings. Use the default view for checkboxes when no option is selected. Use the indeterminate state only as a visual state and not as a direct user interaction. Nest when a parent and child relationship is needed. Use short and descriptive label text for each checkbox option. Provide validation messages for each checkbox option if needed. Set vertically left-aligned for better scannability. Don't: Avoid using when you have more than 8 options to choose from or consider using a Select. Don't mix Radio Button buttons with checkboxes. Don't change the selection of another checkbox when a nested one is clicked. The only exception is when a checkbox is used to make a bulk selection of multiple items. Related Components Radio Button Select
Global settingsThemeChanges the theme of the application and any Porsche Design System component. It's possible to choose between forced theme light and dark. It's also possible to use auto, which applies light or dark theme depending on the operating system settings automatically.LightDarkAuto (sync with operating system)DirectionChanges the direction of HTML elements, mostly used on<html> tag to support languages which are read from right to left like e.g. Arabic.LTR (left-to-right)RTL (right-to-left)AutoText ZoomChanges the text size and values with unit rem or em relatively. This setting can be defined in browser settings for any website or by an application itself on<html> tag. To achieve WCAG 2.2 AA compliance it's obligatory to support text zoom up to at least 200%.100%130%150%200%