moz-checkbox.mjs |
A checkbox input with a label.
@tagname moz-checkbox
@property {string} label - The text of the label element
@property {string} name - The name of the checkbox input control
@property {string} value - The value of the checkbox input control
@property {boolean} checked - The state of the checkbox element,
also controls whether the checkbox is initially rendered as
being checked.
@property {boolean} disabled - The disabled state of the checkbox input
@property {string} iconSrc - The src for an optional icon
@property {string} description - The text for the description element that helps describe the checkbox
@property {string} supportPage - Name of the SUMO support page to link to.
|
2456 |
moz-checkbox.stories.mjs |
|
3101 |
README.stories.md |
|
4703 |