CheckboxCheckboxes allow users to select one or more options from a set. Checkboxes can be used standalone or in groups.Storybook React Aria Source Ask ChatGPT Props CheckboxCheckboxGroupCheckboxInputPropTypecolor?"cyan" | "teal" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "neutral"hitSlop?"3xs" | "none" | "6xl" | "5xl" | "4xl" | "3xl" | "2xl" | "xl" | "lg" | "md" | "sm" | "xs" | "2xs"layout?objectsize?object | "sm" | "xs" | "2xs"variant?"outlined" | "muted"className?function | stringstyle?function | StylePropertiesvalue?stringchildren?function | object | object | object | object | boolean | bigint | number | string | nullvalidationBehavior?"aria" | "native"isIndeterminate?booleandefaultSelected?booleanisSelected?booleanonChange?functionisDisabled?booleanisReadOnly?booleanisRequired?booleanisInvalid?booleanvalidate?functionautoFocus?booleanonFocus?functiononBlur?functiononFocusChange?functiononKeyDown?functiononKeyUp?functionaria-controls?stringexcludeFromTabOrder?booleanid?stringaria-label?stringaria-labelledby?stringaria-describedby?stringaria-details?stringaria-errormessage?stringname?stringinputRef?objectonHoverStart?functiononHoverEnd?functiononHoverChange?functionslot?string | nullPropTypelayout?objectclassName?function | stringstyle?function | StylePropertieschildren?function | object | object | object | object | boolean | bigint | number | string | nullvalidationBehavior?"aria" | "native"value?arraydefaultValue?arrayonChange?functionisDisabled?booleanisReadOnly?booleanname?stringisRequired?booleanisInvalid?booleanvalidate?functionid?stringaria-label?stringaria-labelledby?stringaria-describedby?stringaria-details?stringaria-errormessage?stringonFocus?functiononBlur?functiononFocusChange?functionslot?string | nullPropTypeclassName?stringstyle?StylePropertiesEdit on GitHubCardCards are containers that frame related content and actions.DialogDialogs are used to display content overlaying the main application in a card-like container.