{
    "componentChunkName": "component---src-pages-api-checkboxes-mdx",
    "path": "/api/checkboxes/",
    "result": {"pageContext":{"frontmatter":{"pageTitle":"Checkbox API","title":"Checkbox","props":["CheckboxProps","IndeterminateCheckboxProps"]},"properties":[{"name":"CheckboxProps","kind":256,"kindString":"Interface","flags":{"isExported":true},"id":"CheckboxProps","tags":{},"properties":{"checked":{"name":"checked","required":false,"type":{"name":"boolean"},"description":"If true, element is checked (i.e. selected)","defaultValue":"false","deprecated":false},"color":{"name":"color","required":false,"type":{"name":"string"},"description":"Hex code for the background color","defaultValue":"#3942B0 (theme.colors.primary)","deprecated":false},"containerStyle":{"name":"containerStyle","required":false,"type":{"name":"CSSProperties"},"description":"Style properties for the component container element","deprecated":false},"defaultChecked":{"name":"defaultChecked","required":false,"type":{"name":"boolean"},"description":"If true, checkbox is checked on first render","deprecated":false},"disabled":{"name":"disabled","required":false,"type":{"name":"boolean"},"description":"If true, element is disabled","defaultValue":"false","deprecated":false},"errorMessage":{"name":"errorMessage","required":false,"type":{"name":"React.ReactNode"},"description":"Content of the error message for an individual checkbox. If a value is provided, the input will be styled as an error state and the error message will display.","deprecated":false},"hasError":{"name":"hasError","required":false,"type":{"name":"boolean"},"deprecated":false},"inputStyle":{"name":"inputStyle","required":false,"type":{"name":"CSSProperties"},"description":"Style properties for the checkbox element","deprecated":false},"isInverse":{"name":"isInverse","required":false,"type":{"name":"boolean"},"description":"If true, the component will have inverse styling to better appear on a dark background","defaultValue":"false","deprecated":false},"isTextVisuallyHidden":{"name":"isTextVisuallyHidden","required":false,"type":{"name":"boolean"},"description":"If true, label text will be hidden visually, but will still be read by assistive technology","defaultValue":"false","deprecated":false},"labelStyle":{"name":"labelStyle","required":false,"type":{"name":"CSSProperties"},"description":"Style properties for the label element","deprecated":false},"labelText":{"name":"labelText","required":true,"type":{"name":"React.ReactNode"},"description":"Content of label; can be node or string","deprecated":false},"onChange":{"name":"onChange","required":false,"type":{"name":"function"},"description":"Action that fires when selected value of the checkbox changes","deprecated":false},"textPosition":{"name":"textPosition","required":false,"type":{"name":"enum","options":["CheckboxTextPosition.left","CheckboxTextPosition.right"]},"description":"Whether the label appears to the left of the right of the checkbox","defaultValue":"CheckboxTextPosition.right","deprecated":false}}},{"name":"IndeterminateCheckboxProps","kind":256,"kindString":"Interface","flags":{"isExported":true},"id":"IndeterminateCheckboxProps","tags":{},"properties":{"status":{"name":"status","required":true,"type":{"name":"enum","options":["IndeterminateCheckboxStatus.checked","IndeterminateCheckboxStatus.indeterminate","IndeterminateCheckboxStatus.unchecked"]},"description":"Status of the indeterminate, three-state checkbox, which includes and indeterminate (e.g. mixed) option.","defaultValue":"IndeterminateCheckboxStatus.unchecked","deprecated":false}}}]}},
    "staticQueryHashes": ["3821761011","819917740"]}