Class: Shadcn::Checkbox::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Checkbox::Preview
- Defined in:
- app/components/shadcn/checkbox/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#states ⇒ Object
Upstream's "Checked State" and "Invalid State", with indeterminate beside them.
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/checkbox/preview.rb', line 6 def default render_with_template end |
#states ⇒ Object
Upstream's "Checked State" and "Invalid State", with indeterminate beside them.
11 12 13 |
# File 'app/components/shadcn/checkbox/preview.rb', line 11 def states render_with_template end |