Add checkboxes and their stories
This commit is contained in:
parent
b243de407e
commit
1bce5dcc69
9 changed files with 245 additions and 3 deletions
|
@ -154,10 +154,10 @@ impl InteractionState {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Default, PartialEq)]
|
||||
pub enum SelectedState {
|
||||
#[derive(Debug, Default, PartialEq, Eq, Hash, Clone, Copy)]
|
||||
pub enum Selected {
|
||||
#[default]
|
||||
Unselected,
|
||||
PartiallySelected,
|
||||
Indeterminate,
|
||||
Selected,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue