You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #292 and #357 we implemented custom styling for checkboxes. Mainly to be able to show an error/invalid state. We still use default browser radio buttons, which leads to some design inconsistencies and issues with styling of focus states.
In Figma, all instances of radio groups have been replaced by a new custom styled radio-component.
Part of this ticket is to also implement the parent/container element of the checkbox/radio input's: the choice list, which defines spacing between and around groups of checkboxes/radio's.
check codebase for places where input type=radio and input type=checkbox are used and implement custom element + choicelist container (radio: in recounted step, checkbox: used to accept warnings).
make sure radio group behaviour works
The text was updated successfully, but these errors were encountered:
In #292 and #357 we implemented custom styling for checkboxes. Mainly to be able to show an error/invalid state. We still use default browser radio buttons, which leads to some design inconsistencies and issues with styling of focus states.
In Figma, all instances of radio groups have been replaced by a new custom styled radio-component.
Part of this ticket is to also implement the parent/container element of the checkbox/radio input's: the choice list, which defines spacing between and around groups of checkboxes/radio's.
Links to design
Scope of ticket:
input type=radio
andinput type=checkbox
are used and implement custom element + choicelist container (radio: in recounted step, checkbox: used to accept warnings).The text was updated successfully, but these errors were encountered: