v2.0.0

Design System

Here you'll find everything you need to create your interfaces, from basics to complex components and prebuilt templates. Back to previous design system

Current screen size
1280px / 867px

Checkable

Type variations

Defines the type of the input (e.g. radio or checkbox);

  • Dark theme variations

    Defines the style to be applied on dark mode.

  • List of arguments for checkable

    Argument Type Description Possible Values
    type string Defines the label of the field (mandatory even if label is hidden). radio, checkbox
    label string Defines the label of the field (mandatory even if label is hidden).
    label-slug string Defines the label that will be used for the 'name', the 'for' and the 'id' attributes linking the label and the input.
    name string Specifies the name of the component.
    theme string Specifies the theme of the component. light, dark
    size array Defines the size of the component. default, small
    custom-attributes string Defines any other attributes added to the input (ex: pattern).