Checkbox
Checkboxes allow the user to select one or more options from a list of options.
CheckboxProps
Signature:
export declare type CheckboxProps = < | , (checked: , event?: <>) => | > & & & & & & {
/**
* A representing the value used for the checkbox.
* When submitted in a form, it is only submitted if checked, with the set value.
* If , the is submitted by default as per https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#attr-value.
*/
formValue?: ;
};
Prop Table did not receive data
Prop Table did not receive data
Prop Table did not receive data
Still have questions?
Find answers in the Dynatrace Community