aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/labelled-boolean-field.fixture.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-311-0/+1
Checkbox and radio buttons are working the same way so I decided to group them in a same component.
/a> 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90