refactor: generalize Checkbox and add Radio primitive component

This commit is contained in:
2026-06-09 19:55:01 +02:00
parent dd2ebe5888
commit af62120c8d
4 changed files with 217 additions and 0 deletions
+4
View File
@@ -36,6 +36,7 @@ from common.components.primitives import (
AddForm,
Button,
ButtonGroup,
Checkbox,
CsrfInput,
Div,
ExternalScript,
@@ -48,6 +49,7 @@ from common.components.primitives import (
Pill,
Popover,
PopoverTruncated,
Radio,
SearchField,
SimpleTable,
Span,
@@ -82,6 +84,7 @@ __all__ = [
"AddForm",
"Button",
"ButtonGroup",
"Checkbox",
"CsrfInput",
"Div",
"ExternalScript",
@@ -93,6 +96,7 @@ __all__ = [
"Pill",
"Popover",
"PopoverTruncated",
"Radio",
"SearchField",
"DEFAULT_PREFETCH",
"FilterSelect",