Skip to content

Storybook Provider addon: Express input:checkbox is missing id to be labelled by htmlFor prop #4067

Closed
@majornista

Description

@majornista

<label htmlFor="express">Express: </label>
<input type="checkbox" name="express" onChange={onExpressChange} checked={values.express} />

should be

 <label htmlFor="express">Express: </label> 
 <input type="checkbox" id="express" name="express" onChange={onExpressChange} checked={values.express} /> 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions