components/checkbox
@fungi.computer/caps / components/checkbox
components/checkbox
Section titled “components/checkbox”Type Aliases
Section titled “Type Aliases”CheckboxProps
Section titled “CheckboxProps”CheckboxProps =
object&InputHTMLAttributes<HTMLInputElement>>
Props accepted by Checkbox.
Type Declaration
Section titled “Type Declaration”invalid?
Section titled “invalid?”
optionalinvalid?:boolean
indeterminate?
Section titled “indeterminate?”
optionalindeterminate?:boolean
Shows a mixed selection while checked still controls native form submission.
Variables
Section titled “Variables”Checkbox
Section titled “Checkbox”
constCheckbox:ForwardRefExoticComponent<object&InputHTMLAttributes<HTMLInputElement> > &RefAttributes<HTMLInputElement>>>>
A native checkbox with styled invalid-state presentation.