1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/property/input/property.checkbox.tpl
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

6 lines
272 B
Smarty

{component 'field' template='checkbox'
name = "property[{$property->getId()}]"
value = $property->getParam( 'default_value' )
checked = $property->getValue()->getValueForForm()
note = $property->getDescription()
label = $property->getTitle()}